Class: Aws::Athena::Types::Row
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::Row
- 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
-
#data ⇒ Array<Types::Datum>
The data that populates a row in a query result table.
Instance Attribute Details
#data ⇒ Array<Types::Datum>
The data that populates a row in a query result table.
3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-athena/types.rb', line 3808 class Row < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |