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
- Struct
- Aws::Athena::Types::ResultSetMetadata
- 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
-
#column_info ⇒ Array<Types::ColumnInfo>
Information about the columns returned in a query result metadata.
Instance Attribute Details
#column_info ⇒ Array<Types::ColumnInfo>
Information about the columns returned in a query result metadata.