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
| Name | Description |
|---|---|
AAccountId | Specify the 12-digit account ID of the AWS account to modify. |
AOtp | Specify the OTP code sent to the PrimaryEmail specified in the StartPrimaryEmailUpdate call. |
APrimaryEmail | Specify the new primary email address for use with the specified account. This must match the PrimaryEmail from the StartPrimaryEmailUpdate call. |