Class: Aws::Kendra::Types::TableRow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::TableRow
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Information about a row in a table excerpt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cells ⇒ Array<Types::TableCell>
A list of table cells in a row.
Instance Attribute Details
#cells ⇒ Array<Types::TableCell>
A list of table cells in a row.
10232 10233 10234 10235 10236 |
# File 'lib/aws-sdk-kendra/types.rb', line 10232 class TableRow < Struct.new( :cells) SENSITIVE = [] include Aws::Structure end |