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.
10286 10287 10288 10289 10290 |
# File 'lib/aws-sdk-kendra/types.rb', line 10286 class TableRow < Struct.new( :cells) SENSITIVE = [] include Aws::Structure end |