| 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.RedshiftData.Types.TableMember
Description
Synopsis
Documentation
data TableMember Source #
The properties of a table.
See: newTableMember smart constructor.
Constructors
| TableMember' | |
Instances
newTableMember :: TableMember Source #
Create a value of TableMember 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:name:TableMember', tableMember_name - The name of the table.
$sel:schema:TableMember', tableMember_schema - The schema containing the table.
$sel:type':TableMember', tableMember_type - The type of the table. Possible values include TABLE, VIEW, SYSTEM
TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.
tableMember_name :: Lens' TableMember (Maybe Text) Source #
The name of the table.
tableMember_schema :: Lens' TableMember (Maybe Text) Source #
The schema containing the table.
tableMember_type :: Lens' TableMember (Maybe Text) Source #
The type of the table. Possible values include TABLE, VIEW, SYSTEM TABLE, GLOBAL TEMPORARY, LOCAL TEMPORARY, ALIAS, and SYNONYM.