Class: Aws::Kendra::Types::TableRow
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::TableRow
- Defined in:
- gems/aws-sdk-kendra/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.
9632 9633 9634 9635 9636 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9632 class TableRow < Struct.new( :cells) SENSITIVE = [] include Aws::Structure end |