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.
13189 13190 13191 |
# File 'sig/types.rbs', line 13189 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
13190 13191 13192 |
# File 'sig/types.rbs', line 13190 def value @value end |