Account

data class Account(val value: AccountReceiver) : Receiver

Specifies the AWS account of the partner who received the Engagement Invitation. This field is used to track the invitation recipient within the AWS ecosystem.

Constructors

Link copied to clipboard
constructor(value: AccountReceiver)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this Receiver as a Account and retrieves its aws.sdk.kotlin.services.partnercentralselling.model.AccountReceiver value. Throws an exception if the Receiver is not a Account.

Link copied to clipboard