Class: Aws::ApplicationAutoScaling::Types::MetricDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::MetricDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Describes the dimension names and values associated with a metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the dimension.
-
#value ⇒ String
The value of the dimension.
Instance Attribute Details
#name ⇒ String
The name of the dimension.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1676 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension.
1676 1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1676 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |