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

Class: Aws::TimestreamQuery::Types::Row

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

Overview

Represents a single row in the query results.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Types::Datum>

List of data points in a single row of the result set.

Returns:

  • (Array<Types::Datum>)

    List of data points in a single row of the result set.