Skip to main content

TAccountAcceptPrimaryEmailUpdateRequest

Class in AWS.Account

AcceptPrimaryEmailUpdate request class.

Ancestors

Properties

AccountId

property AccountId: string

Otp

property Otp: string

PrimaryEmail

property PrimaryEmail: string

Constructors

Create

constructor Create(const AAccountId, AOtp, APrimaryEmail: string);

Constructor for TAccountAcceptPrimaryEmailUpdateRequest.

Parameters

NameDescription
AAccountIdSpecify the 12-digit account ID of the AWS account to modify.
AOtpSpecify the OTP code sent to the PrimaryEmail specified in the StartPrimaryEmailUpdate call.
APrimaryEmailSpecify the new primary email address for use with the specified account. This must match the PrimaryEmail from the StartPrimaryEmailUpdate call.