/AWS1/CL_WSILISTREGIONSRSP¶
Contains the list of supported AWS regions for WorkSpaces Instances.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_regions
TYPE /AWS1/CL_WSIREGION=>TT_REGIONLIST
TT_REGIONLIST
¶
Collection of AWS regions supported by WorkSpaces Instances.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/WSINEXTTOKEN
/AWS1/WSINEXTTOKEN
¶
Token for retrieving additional regions if the result set is paginated.
Queryable Attributes¶
Regions¶
Collection of AWS regions supported by WorkSpaces Instances.
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¶
Token for retrieving additional regions if the result set is paginated.
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 |