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 ColumnSchema Source #
The column schema.
See: newColumnSchema
smart constructor.
Instances
newColumnSchema :: ColumnSchema Source #
Create a value of ColumnSchema
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:geographicRole:ColumnSchema'
, columnSchema_geographicRole
- The geographic role of the column schema.
$sel:name:ColumnSchema'
, columnSchema_name
- The name of the column schema.
$sel:dataType:ColumnSchema'
, columnSchema_dataType
- The data type of the column schema.
columnSchema_geographicRole :: Lens' ColumnSchema (Maybe Text) Source #
The geographic role of the column schema.
columnSchema_name :: Lens' ColumnSchema (Maybe Text) Source #
The name of the column schema.
columnSchema_dataType :: Lens' ColumnSchema (Maybe Text) Source #
The data type of the column schema.