/AWS1/CL_IAPLISTSESSRESPONSE¶
ListSessionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IAPTOKEN /AWS1/IAPTOKEN¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a next call to the operation to get more output. You can repeat this until theNextTokenresponse element returnsnull.
it_sessions TYPE /AWS1/CL_IAPLISTSESSRSPSESSION=>TT_LISTSESSRESPONSESESS TT_LISTSESSRESPONSESESS¶
An array of
ListSessionsResponseSessionobjects. Contains details for the sessions.
Queryable Attributes¶
NextToken¶
If present, indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a next call to the operation to get more output. You can repeat this until theNextTokenresponse element returnsnull.
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 |
Sessions¶
An array of
ListSessionsResponseSessionobjects. Contains details for the 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 |