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

Class: Aws::Athena::Types::Row

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

Overview

The rows that comprise a query result table.

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Types::Datum>

The data that populates a row in a query result table.

Returns:

  • (Array<Types::Datum>)

    The data that populates a row in a query result table.