| 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.Table
Description
Documentation
An object representing the properties of a table in a workbook.
See: newTable smart constructor.
Constructors
| Table' | |
Instances
| FromJSON Table Source # | |
| Generic Table Source # | |
| Read Table Source # | |
| Show Table Source # | |
| NFData Table Source # | |
Defined in Amazonka.HoneyCode.Types.Table | |
| Eq Table Source # | |
| Hashable Table Source # | |
Defined in Amazonka.HoneyCode.Types.Table | |
| type Rep Table Source # | |
Defined in Amazonka.HoneyCode.Types.Table type Rep Table = D1 ('MetaData "Table" "Amazonka.HoneyCode.Types.Table" "amazonka-honeycode-2.0-IdtoOmZm6eT6kjUDWwPe6X" 'False) (C1 ('MetaCons "Table'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tableId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tableName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
Create a value of Table 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:tableId:Table', table_tableId - The id of the table.
$sel:tableName:Table', table_tableName - The name of the table.