Class: Aws::Types::TargetTrackingMetricStat
- Inherits:
-
Object
- Object
- Aws::Types::TargetTrackingMetricStat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ Types::TargetTrackingMetric
Returns the value of attribute metric.
-
#stat ⇒ ::String
Returns the value of attribute stat.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#metric ⇒ Types::TargetTrackingMetric
Returns the value of attribute metric.
462 463 464 |
# File 'sig/types.rbs', line 462 def metric @metric end |
#stat ⇒ ::String
Returns the value of attribute stat.
463 464 465 |
# File 'sig/types.rbs', line 463 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
464 465 466 |
# File 'sig/types.rbs', line 464 def unit @unit end |