/AWS1/CL_APRLISTOPSRESPONSE¶
ListOperationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_operationsummarylist TYPE /AWS1/CL_APROPERATIONSUMMARY=>TT_OPERATIONSUMMARYLIST TT_OPERATIONSUMMARYLIST¶
A list of operation summary information records. In a paginated request, the request returns up to
MaxResultsrecords for each call.
iv_nexttoken TYPE /AWS1/APRSTRING /AWS1/APRSTRING¶
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
Queryable Attributes¶
OperationSummaryList¶
A list of operation summary information records. In a paginated request, the request returns up to
MaxResultsrecords for each call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATIONSUMMARYLIST() |
Getter for OPERATIONSUMMARYLIST, with configurable default |
ASK_OPERATIONSUMMARYLIST() |
Getter for OPERATIONSUMMARYLIST w/ exceptions if field has n |
HAS_OPERATIONSUMMARYLIST() |
Determine if OPERATIONSUMMARYLIST has a value |
NextToken¶
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
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 |