Class: Aws::Types::PredictiveScalingMetricStat
- Inherits:
-
Object
- Object
- Aws::Types::PredictiveScalingMetricStat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ Types::PredictiveScalingMetric
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::PredictiveScalingMetric
Returns the value of attribute metric.
251 252 253 |
# File 'sig/types.rbs', line 251 def metric @metric end |
#stat ⇒ ::String
Returns the value of attribute stat.
252 253 254 |
# File 'sig/types.rbs', line 252 def stat @stat end |
#unit ⇒ ::String
Returns the value of attribute unit.
253 254 255 |
# File 'sig/types.rbs', line 253 def unit @unit end |