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:



3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-costexplorer/types.rb', line 3364

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. AWS provides the token when the response from a previous call has more results than the maximum page size.

Returns:

  • (String)


3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-costexplorer/types.rb', line 3364

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:



3364
3365
3366
3367
3368
3369
3370
# File 'lib/aws-sdk-costexplorer/types.rb', line 3364

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