Class: Aws::Athena::Types::Row
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::Row
- 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
-
#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.
3811 3812 3813 3814 3815 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 3811 class Row < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |