TAccountGetAlternateContactRequest
Class in AWS.Account
GetAlternateContact request class.
Ancestors
Properties
AccountId
property AccountId: string
AlternateContactType
property AlternateContactType: string
Constructors
Create
constructor Create(const AAlternateContactType: string; const AAccountId: string = '');
Constructor for TAccountGetAlternateContactRequest.
Parameters
| Name | Description |
|---|---|
AAlternateContactType | Specify which of the alternate contacts to retrieve. Valid values:||. |
AAccountId | Optionally, specify the 12-digit account ID of the AWS account. If not specified, the AWS account of the calling identity will be assumed. |