| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Kendra.Types.TableRow
Description
Documentation
Information about a row in a table excerpt.
See: newTableRow smart constructor.
Instances
| FromJSON TableRow Source # | |
| Generic TableRow Source # | |
| Read TableRow Source # | |
| Show TableRow Source # | |
| NFData TableRow Source # | |
Defined in Amazonka.Kendra.Types.TableRow | |
| Eq TableRow Source # | |
| Hashable TableRow Source # | |
Defined in Amazonka.Kendra.Types.TableRow | |
| type Rep TableRow Source # | |
Defined in Amazonka.Kendra.Types.TableRow | |
newTableRow :: TableRow Source #
Create a value of TableRow with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:cells:TableRow', tableRow_cells - A list of table cells in a row.