Class: Aws::Types::MetricDataV2
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ Types::MetricV2
Returns the value of attribute metric.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric ⇒ Types::MetricV2
Returns the value of attribute metric.
5695 5696 5697 |
# File 'sig/types.rbs', line 5695 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
5696 5697 5698 |
# File 'sig/types.rbs', line 5696 def value @value end |