| 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.KeySpaces.Types.ColumnDefinition
Description
Synopsis
Documentation
data ColumnDefinition Source #
The names and data types of regular columns.
See: newColumnDefinition smart constructor.
Constructors
| ColumnDefinition' | |
Fields
| |
Instances
Create a value of ColumnDefinition 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:ColumnDefinition', columnDefinition_name - The name of the column.
$sel:type':ColumnDefinition', columnDefinition_type - The data type of the column. For a list of available data types, see
Data types
in the Amazon Keyspaces Developer Guide.
columnDefinition_name :: Lens' ColumnDefinition Text Source #
The name of the column.
columnDefinition_type :: Lens' ColumnDefinition Text Source #
The data type of the column. For a list of available data types, see Data types in the Amazon Keyspaces Developer Guide.