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.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def value @value end |