Participant

sealed class Participant

Represents a participant in a partner connection, containing their profile and account information.

Inheritors

Types

Link copied to clipboard
data class Account(val value: AccountSummary) : Participant

The AWS account information for the participant.

Link copied to clipboard

The partner profile information for the participant.

Link copied to clipboard
Link copied to clipboard

The seller profile information for the participant.

Functions

Link copied to clipboard

Casts this Participant as a Account and retrieves its aws.sdk.kotlin.services.partnercentralaccount.model.AccountSummary value. Throws an exception if the Participant is not a Account.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard