/AWS1/CL_SSALISTREGIONSRSP¶
ListRegionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_regions TYPE /AWS1/CL_SSAREGIONMETADATA=>TT_REGIONMETADATALIST TT_REGIONMETADATALIST¶
The list of Regions enabled in the IAM Identity Center instance, including Regions with ACTIVE, ADDING, or REMOVING status.
iv_nexttoken TYPE /AWS1/SSATOKEN /AWS1/SSATOKEN¶
The pagination token to be used in subsequent calls. If the value is null, then there are no more entries.
Queryable Attributes¶
Regions¶
The list of Regions enabled in the IAM Identity Center instance, including Regions with ACTIVE, ADDING, or REMOVING status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |
NextToken¶
The pagination token to be used in subsequent calls. If the value is null, then there are no more entries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |