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.
5878 5879 5880 |
# File 'sig/types.rbs', line 5878 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
5879 5880 5881 |
# File 'sig/types.rbs', line 5879 def value @value end |