Class: Aws::LookoutMetrics::Types::DimensionNameValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DimensionNameValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
A dimension name and value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dimension_name ⇒ String
The name of the dimension.
-
#dimension_value ⇒ String
The value of the dimension.
Instance Attribute Details
#dimension_name ⇒ String
The name of the dimension.
1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1446 class DimensionNameValue < Struct.new( :dimension_name, :dimension_value) SENSITIVE = [] include Aws::Structure end |
#dimension_value ⇒ String
The value of the dimension.
1446 1447 1448 1449 1450 1451 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1446 class DimensionNameValue < Struct.new( :dimension_name, :dimension_value) SENSITIVE = [] include Aws::Structure end |