/AWS1/CL_EC2DESCRINSTSRESULT¶
DescribeInstancesResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.
it_reservations TYPE /AWS1/CL_EC2RESERVATION=>TT_RESERVATIONLIST TT_RESERVATIONLIST¶
Information about the reservations.
Queryable Attributes¶
NextToken¶
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.
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¶
Information about the reservations.
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 |