Class: Aws::Types::TimeSeriesDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::TimeSeriesDataPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#time ⇒ ::String
Returns the value of attribute time.
-
#value ⇒ Types::Datum
Returns the value of attribute value.
Instance Attribute Details
#time ⇒ ::String
Returns the value of attribute time.
464 465 466 |
# File 'sig/types.rbs', line 464 def time @time end |
#value ⇒ Types::Datum
Returns the value of attribute value.
465 466 467 |
# File 'sig/types.rbs', line 465 def value @value end |