NAME
Paws::TimestreamQuery::QueryResponse
ATTRIBUTES
REQUIRED ColumnInfo => ArrayRef[Paws::TimestreamQuery::ColumnInfo]
The column data types of the returned result set.
NextToken => Str
A pagination token that can be used again on a Query
call to get the next set of results.
REQUIRED QueryId => Str
A unique ID for the given query.
QueryStatus => Paws::TimestreamQuery::QueryStatus
Information about the status of the query, including progress and bytes scannned.
REQUIRED Rows => ArrayRef[Paws::TimestreamQuery::Row]
The result set rows returned by the query.