Class: Aws::Types::RawMetricData
- Inherits:
-
Object
- Object
- Aws::Types::RawMetricData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_name ⇒ ::String
Returns the value of attribute metric_name.
-
#step ⇒ ::Integer
Returns the value of attribute step.
-
#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.
58 59 60 |
# File 'sig/types.rbs', line 58 def metric_name @metric_name end |
#step ⇒ ::Integer
Returns the value of attribute step.
60 61 62 |
# File 'sig/types.rbs', line 60 def step @step end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
59 60 61 |
# File 'sig/types.rbs', line 59 def @timestamp end |
#value ⇒ ::Float
Returns the value of attribute value.
61 62 63 |
# File 'sig/types.rbs', line 61 def value @value end |