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

Class: Aws::Athena::Types::ResultSet

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

Overview

The metadata and rows that comprise a query result set. The metadata describes the column structure and data types. To return a ResultSet object, use GetQueryResults.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#result_set_metadataTypes::ResultSetMetadata

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

Returns:

  • (Types::ResultSetMetadata)

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

#rowsArray<Types::Row>

The rows in the table.

Returns: