class Aws::TimestreamQuery::Types::QueryResponse

@!attribute [rw] query_id

A unique ID for the given query.
@return [String]

@!attribute [rw] next_token

A pagination token that can be used again on a `Query` call to get
the next set of results.
@return [String]

@!attribute [rw] rows

The result set rows returned by the query.
@return [Array<Types::Row>]

@!attribute [rw] column_info

The column data types of the returned result set.
@return [Array<Types::ColumnInfo>]

@!attribute [rw] query_status

Information about the status of the query, including progress and
bytes scannned.
@return [Types::QueryStatus]

@see docs.aws.amazon.com/goto/WebAPI/timestream-query-2018-11-01/QueryResponse AWS API Documentation

Constants

SENSITIVE