Skip to main content

TAccountPutAlternateContactRequest

Class in AWS.Account

PutAlternateContact request class.

Ancestors

Properties

AccountId

property AccountId: string

AlternateContactType

property AlternateContactType: string

EmailAddress

property EmailAddress: string

Name

property Name: string

PhoneNumber

property PhoneNumber: string

Title

property Title: string

Constructors

Create

constructor Create(const AAlternateContactType, ATitle, AName, AEmailAddress, APhoneNumber: string; const AAccountId: string = '');

Constructor for TAccountPutAlternateContactRequest.

Parameters

NameDescription
AAlternateContactTypeSpecify which of the alternate contacts to update. Valid values:||.
ATitleSpecify a title for the the alternate contact.
ANameSpecify a name for the the alternate contact.
AEmailAddressSpecify an email address for the the alternate contact.
APhoneNumberSpecify a phone number for the the alternate contact.
AAccountIdOptionally, specify the 12-digit account ID of the AWS account to modify. If not specified, the AWS account of the calling identity will be assumed.

Returns

Response containing PutAlternateContact results.