Class: Aws::CostExplorer::Types::DimensionValuesWithAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DimensionValuesWithAttributes
- 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
-
#attributes ⇒ Hash<String,String>
The attribute that applies to a specific
Dimension
. -
#value ⇒ String
The value of a dimension with a specific attribute.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The attribute that applies to a specific Dimension
.
1533 1534 1535 1536 1537 1538 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1533 class DimensionValuesWithAttributes < Struct.new( :value, :attributes) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a dimension with a specific attribute.
1533 1534 1535 1536 1537 1538 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 1533 class DimensionValuesWithAttributes < Struct.new( :value, :attributes) SENSITIVE = [] include Aws::Structure end |