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
| Name | Description |
|---|---|
AAlternateContactType | Specify which of the alternate contacts to update. Valid values:||. |
ATitle | Specify a title for the the alternate contact. |
AName | Specify a name for the the alternate contact. |
AEmailAddress | Specify an email address for the the alternate contact. |
APhoneNumber | Specify a phone number for the the alternate contact. |
AAccountId | Optionally, 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.