Class: Aws::CostExplorer::Types::ReservationUtilizationGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ReservationUtilizationGroup
- 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.
-
#key ⇒ String
The key for a specific reservation attribute.
-
#utilization ⇒ Types::ReservationAggregates
How much you used this group of reservations.
-
#value ⇒ String
The value of a specific reservation attribute.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The attributes for this group of reservations.
6171 6172 6173 6174 6175 6176 6177 6178 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6171 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key for a specific reservation attribute.
6171 6172 6173 6174 6175 6176 6177 6178 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6171 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |
#utilization ⇒ Types::ReservationAggregates
How much you used this group of reservations.
6171 6172 6173 6174 6175 6176 6177 6178 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6171 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a specific reservation attribute.
6171 6172 6173 6174 6175 6176 6177 6178 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6171 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |