/AWS1/CL_MDXLISTRSVRESPONSE¶
ListReservationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The token that identifies the batch of results that you want to see.
For example, you submit a
ListReservationsrequest withMaxResultsset at 5. The service returns the first batch of results (up to 5) and aNextTokenvalue. To see the next batch of results, you can submit theListReservationsrequest a second time and specify theNextTokenvalue.
it_reservations TYPE /AWS1/CL_MDXRESERVATION=>TT___LISTOFRESERVATION TT___LISTOFRESERVATION¶
A list of all reservations that have been purchased by this account in the current Amazon Web Services Region.
Queryable Attributes¶
NextToken¶
The token that identifies the batch of results that you want to see.
For example, you submit a
ListReservationsrequest withMaxResultsset at 5. The service returns the first batch of results (up to 5) and aNextTokenvalue. To see the next batch of results, you can submit theListReservationsrequest a second time and specify theNextTokenvalue.
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 |
Reservations¶
A list of all reservations that have been purchased by this account in the current Amazon Web Services Region.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESERVATIONS() |
Getter for RESERVATIONS, with configurable default |
ASK_RESERVATIONS() |
Getter for RESERVATIONS w/ exceptions if field has no value |
HAS_RESERVATIONS() |
Determine if RESERVATIONS has a value |