| 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.IotTwinMaker.Types.ColumnDescription
Description
Documentation
data ColumnDescription Source #
A description of the column in the query results.
See: newColumnDescription smart constructor.
Constructors
| ColumnDescription' | |
Instances
newColumnDescription :: ColumnDescription Source #
Create a value of ColumnDescription 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:ColumnDescription', columnDescription_name - The name of the column description.
$sel:type':ColumnDescription', columnDescription_type - The type of the column description.
columnDescription_name :: Lens' ColumnDescription (Maybe Text) Source #
The name of the column description.
columnDescription_type :: Lens' ColumnDescription (Maybe ColumnType) Source #
The type of the column description.