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.
4390 4391 4392 |
# File 'sig/types.rbs', line 4390 def metric @metric end |
#value ⇒ ::Float
Returns the value of attribute value.
4391 4392 4393 |
# File 'sig/types.rbs', line 4391 def value @value end |