Class: Aws::Types::HistoricalMetricData
- Inherits:
-
Object
- Object
- Aws::Types::HistoricalMetricData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric ⇒ Types::HistoricalMetric
Returns the value of attribute metric.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric ⇒ Types::HistoricalMetric
Returns the value of attribute metric.
4337 4338 4339 |
# File 'sig/types.rbs', line 4337 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
4338 4339 4340 |
# File 'sig/types.rbs', line 4338 def value @value end |