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
Contains information about a column that stores your data.
See: newColumn
smart constructor.
Column' | |
|
Instances
Eq Column Source # | |
Read Column Source # | |
Show Column Source # | |
Generic Column Source # | |
NFData Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column | |
Hashable Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column | |
ToJSON Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column | |
FromJSON Column Source # | |
type Rep Column Source # | |
Defined in Amazonka.IoTAnalytics.Types.Column type Rep Column = D1 ('MetaData "Column" "Amazonka.IoTAnalytics.Types.Column" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "Column'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
Create a value of Column
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:Column'
, column_name
- The name of the column.
$sel:type':Column'
, column_type
- The type of data. For more information about the supported data types,
see
Common data types
in the Glue Developer Guide.
column_type :: Lens' Column Text Source #
The type of data. For more information about the supported data types, see Common data types in the Glue Developer Guide.