/AWS1/CL_RSSLISTRSVRESPONSE¶
ListReservationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_reservationslist TYPE /AWS1/CL_RSSRESERVATION=>TT_RESERVATIONSLIST TT_RESERVATIONSLIST¶
The serverless reservations returned by the request.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/RSSPAGINATIONTOKEN /AWS1/RSSPAGINATIONTOKEN¶
The token to use when requesting the next set of items.
Queryable Attributes¶
reservationsList¶
The serverless reservations returned by the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVATIONSLIST() |
Getter for RESERVATIONSLIST, with configurable default |
ASK_RESERVATIONSLIST() |
Getter for RESERVATIONSLIST w/ exceptions if field has no va |
HAS_RESERVATIONSLIST() |
Determine if RESERVATIONSLIST has a value |
nextToken¶
The token to use when requesting the next set of items.
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 |