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.
4535 4536 4537 |
# File 'sig/types.rbs', line 4535 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
4536 4537 4538 |
# File 'sig/types.rbs', line 4536 def value @value end |