/AWS1/CL_GMLGAMESESSQUEUEDST¶
A fleet or alias designated in a game session queue. Queues fulfill requests for new game sessions by placing a new game session on any of the queue's destinations.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_destinationarn
TYPE /AWS1/GMLARNSTRINGMODEL
/AWS1/GMLARNSTRINGMODEL
¶
The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.
Queryable Attributes¶
DestinationArn¶
The Amazon Resource Name (ARN) that is assigned to fleet or fleet alias. ARNs, which include a fleet ID or alias ID and a Region name, provide a unique identifier across all Regions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATIONARN() |
Getter for DESTINATIONARN, with configurable default |
ASK_DESTINATIONARN() |
Getter for DESTINATIONARN w/ exceptions if field has no valu |
HAS_DESTINATIONARN() |
Determine if DESTINATIONARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_GAMESESSIONQUEUEDSTLIST
¶
TYPES TT_GAMESESSIONQUEUEDSTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_GMLGAMESESSQUEUEDST WITH DEFAULT KEY
.