Class: Aws::CostExplorer::Types::ReservationUtilizationGroup

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>)


5875
5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5875

class ReservationUtilizationGroup < Struct.new(
  :key,
  :value,
  :attributes,
  :utilization)
  SENSITIVE = []
  include Aws::Structure
end

#keyString

The key for a specific reservation attribute.

Returns:

  • (String)


5875
5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5875

class ReservationUtilizationGroup < Struct.new(
  :key,
  :value,
  :attributes,
  :utilization)
  SENSITIVE = []
  include Aws::Structure
end

#utilizationTypes::ReservationAggregates

How much you used this group of reservations.



5875
5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5875

class ReservationUtilizationGroup < Struct.new(
  :key,
  :value,
  :attributes,
  :utilization)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of a specific reservation attribute.

Returns:

  • (String)


5875
5876
5877
5878
5879
5880
5881
5882
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5875

class ReservationUtilizationGroup < Struct.new(
  :key,
  :value,
  :attributes,
  :utilization)
  SENSITIVE = []
  include Aws::Structure
end