Class: Aws::AutoScalingPlans::Types::MetricDimension
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::MetricDimension
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
Represents a dimension for a customized 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.
519 520 521 522 523 524 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 519 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the dimension.
519 520 521 522 523 524 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 519 class MetricDimension < Struct.new( :name, :value) SENSITIVE = [] include Aws::Structure end |