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.
5867 5868 5869 |
# File 'sig/types.rbs', line 5867 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
5868 5869 5870 |
# File 'sig/types.rbs', line 5868 def value @value end |