Class: Aws::CostExplorer::Types::GetReservationCoverageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetReservationCoverageResponse
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coverages_by_time ⇒ Array<Types::CoverageByTime>
The amount of time that your reservations covered.
-
#next_page_token ⇒ String
The token for the next set of retrievable results.
-
#total ⇒ Types::Coverage
The total amount of instance usage that a reservation covered.
Instance Attribute Details
#coverages_by_time ⇒ Array<Types::CoverageByTime>
The amount of time that your reservations covered.
3261 3262 3263 3264 3265 3266 3267 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3261 class GetReservationCoverageResponse < Struct.new( :coverages_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#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.
3261 3262 3263 3264 3265 3266 3267 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3261 class GetReservationCoverageResponse < Struct.new( :coverages_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |
#total ⇒ Types::Coverage
The total amount of instance usage that a reservation covered.
3261 3262 3263 3264 3265 3266 3267 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3261 class GetReservationCoverageResponse < Struct.new( :coverages_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |