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 |
Documentation
data TimestampColumn Source #
Contains information about the column used to track time in a source data file.
See: newTimestampColumn
smart constructor.
TimestampColumn' | |
|
Instances
newTimestampColumn :: TimestampColumn Source #
Create a value of TimestampColumn
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:columnFormat:TimestampColumn'
, timestampColumn_columnFormat
- The format of the timestamp column.
$sel:columnName:TimestampColumn'
, timestampColumn_columnName
- The name of the timestamp column.
timestampColumn_columnFormat :: Lens' TimestampColumn (Maybe Text) Source #
The format of the timestamp column.
timestampColumn_columnName :: Lens' TimestampColumn (Maybe Text) Source #
The name of the timestamp column.