| 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.LookoutMetrics.Types.TimestampColumn
Description
Documentation
data TimestampColumn Source #
Contains information about the column used to track time in a source data file.
See: newTimestampColumn smart constructor.
Constructors
| TimestampColumn' | |
Fields
| |
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.