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

Class: Aws::Athena::Types::ResultSetMetadata

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

Overview

The metadata that describes the column structure and data types of a table of query results. To return a ResultSetMetadata object, use GetQueryResults.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#column_infoArray<Types::ColumnInfo>

Information about the columns returned in a query result metadata.

Returns:

  • (Array<Types::ColumnInfo>)

    Information about the columns returned in a query result metadata.