You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::TimestreamQuery::Types::TimeSeriesDataPoint

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#timeString

The timestamp when the measure value was collected.

Returns:

  • (String)

    The timestamp when the measure value was collected.

#valueTypes::Datum

The measure value for the data point.

Returns: