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<AgreementTag>? = null)
Constructors
Link copied to clipboard
fun GetAgreementResult(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<AgreementTag>? = null)