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 TableColumn Source #
An object that contains attributes about a single column in a table
See: newTableColumn
smart constructor.
TableColumn' | |
|
Instances
newTableColumn :: TableColumn Source #
Create a value of TableColumn
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:format:TableColumn'
, tableColumn_format
- The column level format that is applied in the table. An empty value in
this field means that the column format is the default value 'AUTO'.
$sel:tableColumnName:TableColumn'
, tableColumn_tableColumnName
- The name of the column in the table.
$sel:tableColumnId:TableColumn'
, tableColumn_tableColumnId
- The id of the column in the table.
tableColumn_format :: Lens' TableColumn (Maybe Format) Source #
The column level format that is applied in the table. An empty value in this field means that the column format is the default value 'AUTO'.
tableColumn_tableColumnName :: Lens' TableColumn (Maybe Text) Source #
The name of the column in the table.
tableColumn_tableColumnId :: Lens' TableColumn (Maybe Text) Source #
The id of the column in the table.