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.
5768 5769 5770 |
# File 'sig/types.rbs', line 5768 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
5769 5770 5771 |
# File 'sig/types.rbs', line 5769 def value @value end |