Get Membership Result
data class GetMembershipResult(val arn: String? = null, val collaborationArn: String? = null, val collaborationCreatorAccountId: String? = null, val defaultResultConfiguration: MembershipProtectedQueryResultConfiguration? = null, val membershipIdentifier: String? = null, val paymentConfiguration: MembershipPaymentConfiguration? = null, val queryLogStatus: MembershipQueryLogStatus? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, collaborationArn: String? = null, collaborationCreatorAccountId: String? = null, defaultResultConfiguration: MembershipProtectedQueryResultConfiguration? = null, membershipIdentifier: String? = null, paymentConfiguration: MembershipPaymentConfiguration? = null, queryLogStatus: MembershipQueryLogStatus? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
Returns the Amazon Resource Name (ARN) of the specified collaboration. Example: arn:aws:cleanrooms:us-east-1:111122223333:collaboration/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111
Link copied to clipboard
Returns the unique identifier of the specified collaboration creator account. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE11111
Link copied to clipboard
The default protected query result configuration as specified by the member who can receive results.
Link copied to clipboard
Returns the unique identifier of the specified membership. Example: a1b2c3d4-5678-90ab-cdef-EXAMPLE22222
Link copied to clipboard
The payment responsibilities accepted by the collaboration member.
Link copied to clipboard
An indicator as to whether query logging has been enabled or disabled for the membership.