TAccountGetRegionOptStatusRequest
Class in AWS.Account
GetRegionOptStatus request class.
Ancestors
Properties
AccountId
property AccountId: string
RegionName
property RegionName: string
Constructors
Create
constructor Create(const ARegionName: string; const AAccountId: string = '');
Constructor for TAccountGetRegionOptStatusRequest.
Parameters
| Name | Description |
|---|---|
ARegionName | Specify the region-code for a Region. |
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. |