Class: Aws::Types::TargetTrackingMetric
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingMetric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimensions ⇒ ::Array[Types::TargetTrackingMetricDimension]
Returns the value of attribute dimensions.
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#dimensions ⇒ ::Array[Types::TargetTrackingMetricDimension]
Returns the value of attribute dimensions.
440 441 442 |
# File 'sig/types.rbs', line 440 def dimensions @dimensions end |
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
441 442 443 |
# File 'sig/types.rbs', line 441 def metric_name @metric_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
442 443 444 |
# File 'sig/types.rbs', line 442 def namespace @namespace end |