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