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

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

Overview

The rows that make up a query result table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Types::Datum>

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

Returns:



3818
3819
3820
3821
3822
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3818

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