class Aws::TimestreamQuery::Types::TimeSeriesDataPoint
The timeseries datatype represents the values of a measure over time. A time series is an array of rows of timestamps and measure values, with rows sorted in ascending order of time. A TimeSeriesDataPoint
is a single data point in the timeseries. It represents a tuple of (time, measure value) in a timeseries.
@!attribute [rw] time
The timestamp when the measure value was collected. @return [String]
@!attribute [rw] value
The measure value for the data point. @return [Types::Datum]
@see docs.aws.amazon.com/goto/WebAPI/timestream-query-2018-11-01/TimeSeriesDataPoint AWS API Documentation
Constants
- SENSITIVE