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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/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:



3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3400

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)


3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3400

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:



3400
3401
3402
3403
3404
3405
3406
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 3400

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