Class: Aws::CostExplorer::Types::ReservationCoverageGroup

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

Overview

A group of reservations that share a set of attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The attributes for this group of reservations.

Returns:

  • (Hash<String,String>)


5374
5375
5376
5377
5378
5379
# File 'lib/aws-sdk-costexplorer/types.rb', line 5374

class ReservationCoverageGroup < Struct.new(
  :attributes,
  :coverage)
  SENSITIVE = []
  include Aws::Structure
end

#coverageTypes::Coverage

How much instance usage this group of reservations covered.

Returns:



5374
5375
5376
5377
5378
5379
# File 'lib/aws-sdk-costexplorer/types.rb', line 5374

class ReservationCoverageGroup < Struct.new(
  :attributes,
  :coverage)
  SENSITIVE = []
  include Aws::Structure
end