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

Class: Aws::TimestreamQuery::Types::QueryResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#column_infoArray<Types::ColumnInfo>

The column data types of the returned result set.

Returns:

#next_tokenString

A pagination token that can be used again on a Query call to get the next set of results.

Returns:

  • (String)

    A pagination token that can be used again on a Query call to get the next set of results.

#query_idString

A unique ID for the given query.

Returns:

  • (String)

    A unique ID for the given query.

#rowsArray<Types::Row>

The result set rows returned by the query.

Returns:

  • (Array<Types::Row>)

    The result set rows returned by the query.