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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_infoArray<Types::ColumnInfo>

Information about the columns returned in a query result metadata.

Returns:



3804
3805
3806
3807
3808
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3804

class ResultSetMetadata < Struct.new(
  :column_info)
  SENSITIVE = []
  include Aws::Structure
end