class Aws::TimestreamQuery::Types::Datum
Datum
represents a single data point in a query result.
@!attribute [rw] scalar_value
Indicates if the data point is a scalar value such as integer, string, double, or boolean. @return [String]
@!attribute [rw] time_series_value
Indicates if the data point is of timeseries data type. @return [Array<Types::TimeSeriesDataPoint>]
@!attribute [rw] array_value
Indicates if the data point is an array. @return [Array<Types::Datum>]
@!attribute [rw] row_value
Indicates if the data point is a row. @return [Types::Row]
@!attribute [rw] null_value
Indicates if the data point is null. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/timestream-query-2018-11-01/Datum AWS API Documentation
Constants
- SENSITIVE