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


5880
5881
5882
5883
5884
5885
5886
5887
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5880

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

#keyString

The key for a specific reservation attribute.

Returns:

  • (String)


5880
5881
5882
5883
5884
5885
5886
5887
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5880

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

#utilizationTypes::ReservationAggregates

How much you used this group of reservations.



5880
5881
5882
5883
5884
5885
5886
5887
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5880

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

#valueString

The value of a specific reservation attribute.

Returns:

  • (String)


5880
5881
5882
5883
5884
5885
5886
5887
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5880

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