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

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


5619
5620
5621
5622
5623
5624
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5619

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

#coverageTypes::Coverage

How much instance usage this group of reservations covered.

Returns:



5619
5620
5621
5622
5623
5624
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5619

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