Class: Aws::ApplicationAutoScaling::Types::TargetTrackingMetricDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationAutoScaling::Types::TargetTrackingMetricDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationautoscaling/types.rb
Overview
Describes the dimension of 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.
3956 3957 3958 3959 3960 3961 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 3956 class TargetTrackingMetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension.
3956 3957 3958 3959 3960 3961 |
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 3956 class TargetTrackingMetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |