/AWS1/CL_BDZLISTINVCSRESPONSE¶
ListInvocationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_invocationsummaries TYPE /AWS1/CL_BDZINVOCATIONSUMMARY=>TT_INVOCATIONSUMMARIES TT_INVOCATIONSUMMARIES¶
A list of invocation summaries associated with the session.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDZNEXTTOKEN /AWS1/BDZNEXTTOKEN¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of results.
Queryable Attributes¶
invocationSummaries¶
A list of invocation summaries associated with the session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INVOCATIONSUMMARIES() |
Getter for INVOCATIONSUMMARIES, with configurable default |
ASK_INVOCATIONSUMMARIES() |
Getter for INVOCATIONSUMMARIES w/ exceptions if field has no |
HAS_INVOCATIONSUMMARIES() |
Determine if INVOCATIONSUMMARIES has a value |
nextToken¶
If the total number of results is greater than the
maxResultsvalue provided in the request, use this token when making another request in thenextTokenfield to return the next batch of 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 |