Class: Aws::CostExplorer::Types::GetReservationCoverageResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coverages_by_timeArray<Types::CoverageByTime>

The amount of time that your reservations covered.

Returns:



3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-costexplorer/types.rb', line 3302

class GetReservationCoverageResponse < Struct.new(
  :coverages_by_time,
  :total,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

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.

Returns:

  • (String)


3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-costexplorer/types.rb', line 3302

class GetReservationCoverageResponse < Struct.new(
  :coverages_by_time,
  :total,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end

#totalTypes::Coverage

The total amount of instance usage that a reservation covered.

Returns:



3302
3303
3304
3305
3306
3307
3308
# File 'lib/aws-sdk-costexplorer/types.rb', line 3302

class GetReservationCoverageResponse < Struct.new(
  :coverages_by_time,
  :total,
  :next_page_token)
  SENSITIVE = []
  include Aws::Structure
end