Class: Aws::Glue::Types::NullValueField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::NullValueField
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Represents a custom null value such as a zeros or other value being used as a null placeholder unique to the dataset.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datatype ⇒ Types::Datatype
The datatype of the value.
-
#value ⇒ String
The value of the null placeholder.
Instance Attribute Details
#datatype ⇒ Types::Datatype
The datatype of the value.
19628 19629 19630 19631 19632 19633 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19628 class NullValueField < Struct.new( :value, :datatype) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the null placeholder.
19628 19629 19630 19631 19632 19633 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 19628 class NullValueField < Struct.new( :value, :datatype) SENSITIVE = [] include Aws::Structure end |