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