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.
13460 13461 13462 |
# File 'sig/types.rbs', line 13460 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
13461 13462 13463 |
# File 'sig/types.rbs', line 13461 def value @value end |