Class: Aws::CostExplorer::Types::ReservationCoverageGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ReservationCoverageGroup
- 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
-
#attributes ⇒ Hash<String,String>
The attributes for this group of reservations.
-
#coverage ⇒ Types::Coverage
How much instance usage this group of reservations covered.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The attributes for this group of reservations.
5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5605 class ReservationCoverageGroup < Struct.new( :attributes, :coverage) SENSITIVE = [] include Aws::Structure end |
#coverage ⇒ Types::Coverage
How much instance usage this group of reservations covered.
5605 5606 5607 5608 5609 5610 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5605 class ReservationCoverageGroup < Struct.new( :attributes, :coverage) SENSITIVE = [] include Aws::Structure end |