GetMembershipResult

data class GetMembershipResult(val arn: String? = null, val collaborationArn: String? = null, val collaborationCreatorAccountId: String? = null, val defaultResultConfiguration: MembershipProtectedQueryResultConfiguration? = null, val membershipIdentifier: String? = null, val queryLogStatus: MembershipQueryLogStatus? = null, val tags: List<MembershipTag>? = null)

Constructors

Link copied to clipboard
fun GetMembershipResult(arn: String? = null, collaborationArn: String? = null, collaborationCreatorAccountId: String? = null, defaultResultConfiguration: MembershipProtectedQueryResultConfiguration? = null, membershipIdentifier: String? = null, queryLogStatus: MembershipQueryLogStatus? = null, tags: List<MembershipTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: List<MembershipTag>? = null

An arbitrary set of tags (key-value pairs) for this cleanrooms membership.