Class: Aws::Types::MetricValue
- Inherits:
-
Object
- Object
- Aws::Types::MetricValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ "reservation-total-capacity-hrs-vcpu", ...
Returns the value of attribute metric.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric ⇒ "reservation-total-capacity-hrs-vcpu", ...
Returns the value of attribute metric.
13781 13782 13783 |
# File 'sig/types.rbs', line 13781 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
13782 13783 13784 |
# File 'sig/types.rbs', line 13782 def value @value end |