/AWS1/CL_ACCLISTREGIONSRSP¶
ListRegionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/ACCSTRING /AWS1/ACCSTRING¶
If there is more data to be returned, this will be populated. It should be passed into the
next-tokenrequest parameter oflist-regions.
it_regions TYPE /AWS1/CL_ACCREGION=>TT_REGIONOPTLIST TT_REGIONOPTLIST¶
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that match the filter criteria set in the
filterparameter.
Queryable Attributes¶
NextToken¶
If there is more data to be returned, this will be populated. It should be passed into the
next-tokenrequest parameter oflist-regions.
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 |
Regions¶
This is a list of Regions for a given account, or if the filtered parameter was used, a list of Regions that match the filter criteria set in the
filterparameter.
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 |