Class: Aws::CostExplorer::Types::GetReservationCoverageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::GetReservationCoverageResponse
- Includes:
- Structure
- Defined in:
- 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.
3401 3402 3403 3404 3405 3406 3407 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3401 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.
3401 3402 3403 3404 3405 3406 3407 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3401 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.
3401 3402 3403 3404 3405 3406 3407 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 3401 class GetReservationCoverageResponse < Struct.new( :coverages_by_time, :total, :next_page_token) SENSITIVE = [] include Aws::Structure end |