| 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.NullValueField
Description
Synopsis
Documentation
data NullValueField Source #
Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.
See: newNullValueField smart constructor.
Constructors
| NullValueField' | |
Instances
Create a value of NullValueField 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:value:NullValueField', nullValueField_value - The value of the null placeholder.
$sel:datatype:NullValueField', nullValueField_datatype - The datatype of the value.
nullValueField_value :: Lens' NullValueField Text Source #
The value of the null placeholder.
nullValueField_datatype :: Lens' NullValueField Datatype Source #
The datatype of the value.