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.
2037 2038 2039 |
# File 'sig/types.rbs', line 2037 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
2038 2039 2040 |
# File 'sig/types.rbs', line 2038 def value @value end |