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

Class: Aws::TimestreamQuery::Types::Datum

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

Overview

Datum represents a single data point in a query result.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#array_valueArray<Types::Datum>

Indicates if the data point is an array.

Returns:

  • (Array<Types::Datum>)

    Indicates if the data point is an array.

#null_valueBoolean

Indicates if the data point is null.

Returns:

  • (Boolean)

    Indicates if the data point is null.

#row_valueTypes::Row

Indicates if the data point is a row.

Returns:

  • (Types::Row)

    Indicates if the data point is a row.

#scalar_valueString

Indicates if the data point is a scalar value such as integer, string, double, or boolean.

Returns:

  • (String)

    Indicates if the data point is a scalar value such as integer, string, double, or boolean.

#time_series_valueArray<Types::TimeSeriesDataPoint>

Indicates if the data point is of timeseries data type.

Returns: