Class: Aws::Glue::Types::NullValueField

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#datatypeTypes::Datatype

The datatype of the value.

Returns:



16292
16293
16294
16295
16296
16297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16292

class NullValueField < Struct.new(
  :value,
  :datatype)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the null placeholder.

Returns:

  • (String)


16292
16293
16294
16295
16296
16297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16292

class NullValueField < Struct.new(
  :value,
  :datatype)
  SENSITIVE = []
  include Aws::Structure
end