/AWS1/CL_GMLLISTLOCSOUTPUT¶
ListLocationsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_locations
TYPE /AWS1/CL_GMLLOCATIONMODEL=>TT_LOCATIONMODELLIST
TT_LOCATIONMODELLIST
¶
A collection of locations, including both Amazon Web Services and custom locations. Each location includes a name and ping beacon information that can be used to measure network latency between player devices and the location.
iv_nexttoken
TYPE /AWS1/GMLNONZEROANDMAXSTRING
/AWS1/GMLNONZEROANDMAXSTRING
¶
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Queryable Attributes¶
Locations¶
A collection of locations, including both Amazon Web Services and custom locations. Each location includes a name and ping beacon information that can be used to measure network latency between player devices and the location.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LOCATIONS() |
Getter for LOCATIONS, with configurable default |
ASK_LOCATIONS() |
Getter for LOCATIONS w/ exceptions if field has no value |
HAS_LOCATIONS() |
Determine if LOCATIONS has a value |
NextToken¶
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
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 |