ListedAgreement

Describes the properties of an agreement.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for the agreement. This identifier is returned when you create an agreement.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the specified agreement.

Link copied to clipboard

The current description for the agreement. You can change it by calling the UpdateAgreement operation and providing a new description.

Link copied to clipboard

A unique identifier for the AS2 local profile.

Link copied to clipboard

A unique identifier for the partner profile.

Link copied to clipboard

The unique identifier for the agreement.

Link copied to clipboard

The agreement can be either ACTIVE or INACTIVE.

Functions

Link copied to clipboard
inline fun copy(block: ListedAgreement.Builder.() -> Unit = {}): ListedAgreement
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String