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.
5900 5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5900 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The key for a specific reservation attribute.
5900 5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5900 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |
#utilization ⇒ Types::ReservationAggregates
How much you used this group of reservations.
5900 5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5900 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a specific reservation attribute.
5900 5901 5902 5903 5904 5905 5906 5907 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 5900 class ReservationUtilizationGroup < Struct.new( :key, :value, :attributes, :utilization) SENSITIVE = [] include Aws::Structure end |