Class: Aws::CostExplorer::Types::GetReservationUtilizationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetReservationUtilizationResponse
- Defined in:
- gems/aws-sdk-costexplorer/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.
3597 3598 3599 3600 3601 3602 3603 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3597 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).
3597 3598 3599 3600 3601 3602 3603 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3597 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).
3597 3598 3599 3600 3601 3602 3603 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3597 class GetReservationUtilizationResponse < Struct.new( :utilizations_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |