Skip to content

/AWS1/CL_GMLDSCPLAYERSESSSOUT

DescribePlayerSessionsOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_PLAYERSESSIONS TYPE /AWS1/CL_GMLPLAYERSESSION=>TT_PLAYERSESSIONLIST TT_PLAYERSESSIONLIST

A collection of objects containing properties for each player session that matches the request.

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

PlayerSessions

A collection of objects containing properties for each player session that matches the request.

Accessible with the following methods

Method Description
GET_PLAYERSESSIONS() Getter for PLAYERSESSIONS, with configurable default
ASK_PLAYERSESSIONS() Getter for PLAYERSESSIONS w/ exceptions if field has no valu
HAS_PLAYERSESSIONS() Determine if PLAYERSESSIONS 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