/AWS1/CL_CTLLISTRESRCREQSOUT¶
ListResourceRequestsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_resourcerequeststatussums TYPE /AWS1/CL_CTLPROGRESSEVENT=>TT_RESOURCEREQUESTSTATUSSUMS TT_RESOURCEREQUESTSTATUSSUMS¶
The requests that match the specified filter criteria.
iv_nexttoken TYPE /AWS1/CTLNEXTTOKEN /AWS1/CTLNEXTTOKEN¶
If the request doesn't return all of the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callListResourcesagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set to null.
Queryable Attributes¶
ResourceRequestStatusSummaries¶
The requests that match the specified filter criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEREQSTATUSSUMS() |
Getter for RESOURCEREQUESTSTATUSSUMS, with configurable defa |
ASK_RESOURCEREQSTATUSSUMS() |
Getter for RESOURCEREQUESTSTATUSSUMS w/ exceptions if field |
HAS_RESOURCEREQSTATUSSUMS() |
Determine if RESOURCEREQUESTSTATUSSUMS has a value |
NextToken¶
If the request doesn't return all of the remaining results,
NextTokenis set to a token. To retrieve the next set of results, callListResourcesagain and assign that token to the request object'sNextTokenparameter. If the request returns all results,NextTokenis set to 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 |