Class: Aws::Types::TargetTrackingMetricDimension
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingMetricDimension
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
456 457 458 |
# File 'sig/types.rbs', line 456 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
457 458 459 |
# File 'sig/types.rbs', line 457 def value @value end |