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 |
Synopsis
Documentation
data TableMember Source #
The properties of a table.
See: newTableMember
smart constructor.
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:schema:TableMember'
, tableMember_schema
- The schema containing the table.
$sel:name:TableMember'
, tableMember_name
- The name of 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_schema :: Lens' TableMember (Maybe Text) Source #
The schema containing the table.
tableMember_name :: Lens' TableMember (Maybe Text) Source #
The name of 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.