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 RIs.
-
#utilizations_by_time ⇒ Array<Types::UtilizationByTime>
The amount of time that you used your 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.
4095 4096 4097 4098 4099 4100 4101 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4095 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 RIs.
4095 4096 4097 4098 4099 4100 4101 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4095 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 RIs.
4095 4096 4097 4098 4099 4100 4101 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 4095 class GetReservationUtilizationResponse < Struct.new( :utilizations_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |