/AWS1/CL_SSADESCRREGIONRSP¶
DescribeRegionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_regionname TYPE /AWS1/SSAREGIONNAME /AWS1/SSAREGIONNAME¶
The Amazon Web Services Region name.
iv_status TYPE /AWS1/SSAREGIONSTATUS /AWS1/SSAREGIONSTATUS¶
The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).
iv_addeddate TYPE /AWS1/SSADATE /AWS1/SSADATE¶
The timestamp when the Region was added to the IAM Identity Center instance. For the primary Region, this is the IAM Identity Center instance creation time.
iv_isprimaryregion TYPE /AWS1/SSAISPRIMARYREGION /AWS1/SSAISPRIMARYREGION¶
Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. For more information on the difference between the primary Region and additional Regions, see IAM Identity Center User Guide
Queryable Attributes¶
RegionName¶
The Amazon Web Services Region name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONNAME() |
Getter for REGIONNAME, with configurable default |
ASK_REGIONNAME() |
Getter for REGIONNAME w/ exceptions if field has no value |
HAS_REGIONNAME() |
Determine if REGIONNAME has a value |
Status¶
The current status of the Region. Valid values are ACTIVE (Region is operational), ADDING (Region replication workflow is in progress), or REMOVING (Region removal workflow is in progress).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
AddedDate¶
The timestamp when the Region was added to the IAM Identity Center instance. For the primary Region, this is the IAM Identity Center instance creation time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDEDDATE() |
Getter for ADDEDDATE, with configurable default |
ASK_ADDEDDATE() |
Getter for ADDEDDATE w/ exceptions if field has no value |
HAS_ADDEDDATE() |
Determine if ADDEDDATE has a value |
IsPrimaryRegion¶
Indicates whether this is the primary Region where the IAM Identity Center instance was originally enabled. For more information on the difference between the primary Region and additional Regions, see IAM Identity Center User Guide
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISPRIMARYREGION() |
Getter for ISPRIMARYREGION |