Class: Aws::Types::MetricData
- Inherits:
-
Object
- Object
- Aws::Types::MetricData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
8700 8701 8702 |
# File 'sig/types.rbs', line 8700 def metric_name @metric_name end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
8702 8703 8704 |
# File 'sig/types.rbs', line 8702 def @timestamp end |
#value ⇒ ::Float
Returns the value of attribute value.
8701 8702 8703 |
# File 'sig/types.rbs', line 8701 def value @value end |