Class: Aws::AutoScaling::Types::MetricDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::MetricDimension
- Defined in:
- gems/aws-sdk-autoscaling/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.
5128 5129 5130 5131 5132 5133 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5128 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension.
5128 5129 5130 5131 5132 5133 |
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 5128 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |