/AWS1/CL_EMRLISTSESSIONSOUTPUT¶
Output of the ListSessions operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_sessions TYPE /AWS1/CL_EMRSESSION=>TT_SESSIONLIST TT_SESSIONLIST¶
The sessions that match the request.
iv_nexttoken TYPE /AWS1/EMRSTRING /AWS1/EMRSTRING¶
The pagination token to use in a subsequent
ListSessionscall to retrieve the next page of results. This field is absent when there are no more results.
Queryable Attributes¶
Sessions¶
The sessions that match the request.
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 in a subsequent
ListSessionscall to retrieve the next page of results. This field is absent when there are no more results.
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 |