| 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.Glue.Types.Datatype
Description
Documentation
A structure representing the datatype of the value.
See: newDatatype smart constructor.
Constructors
| Datatype' | |
Instances
| FromJSON Datatype Source # | |
| ToJSON Datatype Source # | |
Defined in Amazonka.Glue.Types.Datatype | |
| Generic Datatype Source # | |
| Read Datatype Source # | |
| Show Datatype Source # | |
| NFData Datatype Source # | |
Defined in Amazonka.Glue.Types.Datatype | |
| Eq Datatype Source # | |
| Hashable Datatype Source # | |
Defined in Amazonka.Glue.Types.Datatype | |
| type Rep Datatype Source # | |
Defined in Amazonka.Glue.Types.Datatype type Rep Datatype = D1 ('MetaData "Datatype" "Amazonka.Glue.Types.Datatype" "amazonka-glue-2.0-7miPWwBHdfn8N8SvbpLgE0" 'False) (C1 ('MetaCons "Datatype'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "label") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) | |
Create a value of Datatype 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:id:Datatype', datatype_id - The datatype of the value.
$sel:label:Datatype', datatype_label - A label assigned to the datatype.