Class: Aws::CostExplorer::Types::GetReservationUtilizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetReservationUtilizationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
The token for the next set of retrievable results.
-
#total ⇒ Types::ReservationAggregates
The total amount of time that you used your Reserved Instances (RIs).
-
#utilizations_by_time ⇒ Array<Types::UtilizationByTime>
The amount of time that you used your Reserved Instances (RIs).
Instance Attribute Details
#next_page_token ⇒ String
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.
3732 3733 3734 3735 3736 3737 3738 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3732 class GetReservationUtilizationResponse < Struct.new( :utilizations_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::ReservationAggregates
The total amount of time that you used your Reserved Instances (RIs).
3732 3733 3734 3735 3736 3737 3738 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3732 class GetReservationUtilizationResponse < Struct.new( :utilizations_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#utilizations_by_time ⇒ Array<Types::UtilizationByTime>
The amount of time that you used your Reserved Instances (RIs).
3732 3733 3734 3735 3736 3737 3738 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3732 class GetReservationUtilizationResponse < Struct.new( :utilizations_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |