/AWS1/CL_APSDESCRSESSSRESULT¶
DescribeSessionsResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_SESSIONS
TYPE /AWS1/CL_APSSESSION=>TT_SESSIONLIST
TT_SESSIONLIST
¶
Information about the streaming sessions.
IV_NEXTTOKEN
TYPE /AWS1/APSSTRING
/AWS1/APSSTRING
¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
Sessions¶
Information about the streaming sessions.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SESSIONS() |
Getter for SESSIONS, with configurable default |
ASK_SESSIONS() |
Getter for SESSIONS w/ exceptions if field has no value |
HAS_SESSIONS() |
Determine if SESSIONS has a value |
NextToken¶
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
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 |