/AWS1/CL_OSRDESCRRSVDINSTSRSP¶
Container for results from DescribeReservedInstances
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/OSRSTRING
/AWS1/OSRSTRING
¶
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
it_reservedinstances
TYPE /AWS1/CL_OSRRESERVEDINSTANCE=>TT_RESERVEDINSTANCELIST
TT_RESERVEDINSTANCELIST
¶
List of Reserved Instances in the current Region.
Queryable Attributes¶
NextToken¶
When
nextToken
is returned, there are more results available. The value ofnextToken
is a unique pagination token for each page. Send the request again using the returned token to retrieve the next page.
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 |
ReservedInstances¶
List of Reserved Instances in the current Region.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RESERVEDINSTANCES() |
Getter for RESERVEDINSTANCES, with configurable default |
ASK_RESERVEDINSTANCES() |
Getter for RESERVEDINSTANCES w/ exceptions if field has no v |
HAS_RESERVEDINSTANCES() |
Determine if RESERVEDINSTANCES has a value |