class Aws::TimestreamQuery::Types::ColumnInfo

Contains the meta data for query results such as the column names, data types, and other attributes.

@!attribute [rw] name

The name of the result set column. The name of the result set is
available for columns of all data types except for arrays.
@return [String]

@!attribute [rw] type

The data type of the result set column. The data type can be a
scalar or complex. Scalar data types are integers, strings, doubles,
booleans, and others. Complex data types are types such as arrays,
rows, and others.
@return [Types::Type]

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

Constants

SENSITIVE