Get Agreement Result
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)
Properties
Link copied to clipboard
Specifies the access role for the agreement.
Link copied to clipboard
A unique identifier for the agreement.
Link copied to clipboard
Specifies the base directory for the agreement.
Link copied to clipboard
A textual description for the agreement.
Link copied to clipboard
A unique identifier for the local profile.
Link copied to clipboard
A unique identifier for the partner profile.
Link copied to clipboard
Specifies the status of the agreement.