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

Class: Aws::TimestreamQuery::Types::ColumnInfo

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

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the result set column. The name of the result set is available for columns of all data types except for arrays.

Returns:

  • (String)

    The name of the result set column.

#typeTypes::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.

Returns:

  • (Types::Type)

    The data type of the result set column.