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.
4487 4488 4489 |
# File 'sig/types.rbs', line 4487 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
4488 4489 4490 |
# File 'sig/types.rbs', line 4488 def value @value end |