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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3977
3978
3979
3980
3981
# File 'lib/aws-sdk-athena/types.rb', line 3977

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