Class: Aws::AutoScaling::Types::MetricDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::MetricDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/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.
5054 5055 5056 5057 5058 5059 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5054 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension.
5054 5055 5056 5057 5058 5059 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 5054 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |