Membership

The membership object.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The unique ARN for the membership.

Link copied to clipboard

The unique ARN for the membership's associated collaboration.

Link copied to clipboard

The identifier used to reference members of the collaboration. Currently only supports Amazon Web Services account ID.

Link copied to clipboard

The display name of the collaboration creator.

Link copied to clipboard

The unique ID for the membership's collaboration.

Link copied to clipboard

The name of the membership's collaboration.

Link copied to clipboard

The time when the membership was created.

Link copied to clipboard

The default protected query result configuration as specified by the member who can receive results.

Link copied to clipboard
val id: String

The unique ID of the membership.

Link copied to clipboard

The abilities granted to the collaboration member.

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.

Link copied to clipboard

The status of the membership.

Link copied to clipboard

The time the membership metadata was last updated.

Functions

Link copied to clipboard
inline fun copy(block: Membership.Builder.() -> Unit = {}): Membership
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String