Class: Aws::PI::Types::DataPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::PI::Types::DataPoint
- Defined in:
- gems/aws-sdk-pi/lib/aws-sdk-pi/types.rb
Overview
A timestamp, and a single numerical value, which together represent a measurement at a particular point in time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#timestamp ⇒ Time
The time, in epoch format, associated with a particular
Value
. -
#value ⇒ Float
The actual value associated with a particular
Timestamp
.