Class: Aws::Types::CurrentMetricData
- Inherits:
-
Object
- Object
- Aws::Types::CurrentMetricData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ Types::CurrentMetric
Returns the value of attribute metric.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric ⇒ Types::CurrentMetric
Returns the value of attribute metric.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def value @value end |