Class: Aws::Kendra::Types::TableRow

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cellsArray<Types::TableCell>

A list of table cells in a row.

Returns:



10232
10233
10234
10235
10236
# File 'lib/aws-sdk-kendra/types.rb', line 10232

class TableRow < Struct.new(
  :cells)
  SENSITIVE = []
  include Aws::Structure
end