GetAgreementResult

data class GetAgreementResult(val accessRole: String? = null, val agreementId: String? = null, val arn: String? = null, val baseDirectory: String? = null, val description: String? = null, val localProfileId: String? = null, val partnerProfileId: String? = null, val status: AgreementStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(accessRole: String? = null, agreementId: String? = null, arn: String? = null, baseDirectory: String? = null, description: String? = null, localProfileId: String? = null, partnerProfileId: String? = null, status: AgreementStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessRole: String? = null

Specifies the access role for the agreement.

Link copied to clipboard
val agreementId: String? = null

A unique identifier for the agreement.

Link copied to clipboard
val arn: String? = null

Specifies the unique Amazon Resource Name (ARN) for the agreement.

Link copied to clipboard
val baseDirectory: String? = null

Specifies the base directory for the agreement.

Link copied to clipboard
val description: String? = null

A textual description for the agreement.

Link copied to clipboard
val localProfileId: String? = null

A unique identifier for the local profile.

Link copied to clipboard

A unique identifier for the partner profile.

Link copied to clipboard
val status: AgreementStatus? = null

Specifies the status of the agreement.

Link copied to clipboard
val tags: List<Tag>? = null

Key-value pairs that can be used to group and search for agreements. Tags are metadata attached to agreements for any purpose.