Class: Aws::CostExplorer::Types::DimensionValuesWithAttributes

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb

Overview

The metadata of a specific type that you can use to filter and group your results. You can use GetDimensionValues to find specific values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The attribute that applies to a specific Dimension.

Returns:

  • (Hash<String,String>)


1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1452

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

#valueString

The value of a dimension with a specific attribute.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1452

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