| 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.HoneyCode.Types.TableRow
Description
Documentation
An object that contains attributes about a single row in a table
See: newTableRow smart constructor.
Constructors
| TableRow' | |
Instances
| FromJSON TableRow Source # | |
| Generic TableRow Source # | |
| Show TableRow Source # | |
| NFData TableRow Source # | |
Defined in Amazonka.HoneyCode.Types.TableRow | |
| Eq TableRow Source # | |
| Hashable TableRow Source # | |
Defined in Amazonka.HoneyCode.Types.TableRow | |
| type Rep TableRow Source # | |
Defined in Amazonka.HoneyCode.Types.TableRow type Rep TableRow = D1 ('MetaData "TableRow" "Amazonka.HoneyCode.Types.TableRow" "amazonka-honeycode-2.0-IdtoOmZm6eT6kjUDWwPe6X" 'False) (C1 ('MetaCons "TableRow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "cells") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive Cell]))) | |
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:rowId:TableRow', tableRow_rowId - The id of the row in the table.
$sel:cells:TableRow', tableRow_cells - A list of cells in the table row. The cells appear in the same order as
the columns of the table.