Receiver

sealed class Receiver

Represents the entity that received the Engagement Invitation, including account and company details. This field is essential for tracking the partner who is being invited to collaborate.

Inheritors

Types

Link copied to clipboard
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.

Link copied to clipboard

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