Skip to content

/AWS1/CL_GML=>DESCRIBEGAMESESSIONQUEUES()

About DescribeGameSessionQueues

Retrieves the properties for one or more game session queues. When requesting multiple queues, use the pagination parameters to retrieve results as a set of sequential pages. When specifying a list of queues, objects are returned only for queues that currently exist in the Region.

Learn more

View Your Queues

Method Signature

IMPORTING

Optional arguments:

IT_NAMES TYPE /AWS1/CL_GMLGAMESESSQUEUENAM00=>TT_GAMESESSQUEUENAMEORARNLIST TT_GAMESESSQUEUENAMEORARNLIST

A list of queue names to retrieve information for. You can use either the queue ID or ARN value. To request settings for all queues, leave this parameter empty.

IV_LIMIT TYPE /AWS1/GMLPOSITIVEINTEGER /AWS1/GMLPOSITIVEINTEGER

The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages. You can request up to 50 results.

IV_NEXTTOKEN TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING

A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_GMLDSCGAMESESSQUEUE01 /AWS1/CL_GMLDSCGAMESESSQUEUE01