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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

The metadata that describes the column structure and data types of a table of query results.

Instance Attribute Summary collapse

Instance Attribute Details

#column_infoArray<Types::ColumnInfo>

Information about the columns returned in a query result metadata.

Returns:



1038
1039
1040
1041
# File 'lib/aws-sdk-athena/types.rb', line 1038

class ResultSetMetadata < Struct.new(
  :column_info)
  include Aws::Structure
end