/AWS1/CL_CEXGETRESERVATIONUT01¶
GetReservationUtilizationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_utilizationsbytime TYPE /AWS1/CL_CEXUTILIZATIONBYTIME=>TT_UTILIZATIONSBYTIME TT_UTILIZATIONSBYTIME¶
The amount of time that you used your Reserved Instances (RIs).
Optional arguments:¶
io_total TYPE REF TO /AWS1/CL_CEXRESERVATIONAGGRE00 /AWS1/CL_CEXRESERVATIONAGGRE00¶
The total amount of time that you used your Reserved Instances (RIs).
iv_nextpagetoken TYPE /AWS1/CEXNEXTPAGETOKEN /AWS1/CEXNEXTPAGETOKEN¶
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Queryable Attributes¶
UtilizationsByTime¶
The amount of time that you used your Reserved Instances (RIs).
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_UTILIZATIONSBYTIME() | Getter for UTILIZATIONSBYTIME, with configurable default | 
| ASK_UTILIZATIONSBYTIME() | Getter for UTILIZATIONSBYTIME w/ exceptions if field has no | 
| HAS_UTILIZATIONSBYTIME() | Determine if UTILIZATIONSBYTIME has a value | 
Total¶
The total amount of time that you used your Reserved Instances (RIs).
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_TOTAL() | Getter for TOTAL | 
NextPageToken¶
The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_NEXTPAGETOKEN() | Getter for NEXTPAGETOKEN, with configurable default | 
| ASK_NEXTPAGETOKEN() | Getter for NEXTPAGETOKEN w/ exceptions if field has no value | 
| HAS_NEXTPAGETOKEN() | Determine if NEXTPAGETOKEN has a value |