| 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.StaticColumn
Description
Synopsis
- data StaticColumn = StaticColumn' {}
- newStaticColumn :: Text -> StaticColumn
- staticColumn_name :: Lens' StaticColumn Text
Documentation
data StaticColumn Source #
The static columns of the table. Static columns store values that are shared by all rows in the same partition.
See: newStaticColumn smart constructor.
Constructors
| StaticColumn' | |
Instances
Arguments
| :: Text | |
| -> StaticColumn |
Create a value of StaticColumn 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:StaticColumn', staticColumn_name - The name of the static column.
staticColumn_name :: Lens' StaticColumn Text Source #
The name of the static column.