AccountReceiver

Contains the account details of the partner who received the Engagement Invitation, including the AWS account ID and company name.

Types

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

Properties

Link copied to clipboard

Represents the alias of the partner account receiving the Engagement Invitation, making it easier to identify and track the recipient in reports or logs.

Link copied to clipboard

Indicates the AWS account ID of the partner who received the Engagement Invitation. This is a unique identifier for managing engagements with specific AWS accounts.

Functions

Link copied to clipboard
inline fun copy(block: AccountReceiver.Builder.() -> Unit = {}): AccountReceiver
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