Class: Aws::CostExplorer::Types::DimensionValuesWithAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::DimensionValuesWithAttributes
- Includes:
- Structure
- Defined in:
- 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`.
1447 1448 1449 1450 1451 1452 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1447 class DimensionValuesWithAttributes < Struct.new( :value, :attributes) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of a dimension with a specific attribute.
1447 1448 1449 1450 1451 1452 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 1447 class DimensionValuesWithAttributes < Struct.new( :value, :attributes) SENSITIVE = [] include Aws::Structure end |