Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
An object that contains attributes about a single row in a table
See: newTableRow
smart constructor.
Instances
Eq TableRow Source # | |
Show TableRow Source # | |
Generic TableRow Source # | |
NFData TableRow Source # | |
Defined in Amazonka.HoneyCode.Types.TableRow | |
Hashable TableRow Source # | |
Defined in Amazonka.HoneyCode.Types.TableRow | |
FromJSON TableRow Source # | |
type Rep TableRow Source # | |
Defined in Amazonka.HoneyCode.Types.TableRow type Rep TableRow = D1 ('MetaData "TableRow" "Amazonka.HoneyCode.Types.TableRow" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" '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.