Class: Aws::Types::OpenXJsonSerDe

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_insensitiveBoolean

Returns the value of attribute case_insensitive.

Returns:

  • (Boolean)


721
722
723
# File 'sig/types.rbs', line 721

def case_insensitive
  @case_insensitive
end

#column_to_json_key_mappings::Hash[::String, ::String]

Returns the value of attribute column_to_json_key_mappings.

Returns:

  • (::Hash[::String, ::String])


722
723
724
# File 'sig/types.rbs', line 722

def column_to_json_key_mappings
  @column_to_json_key_mappings
end

#convert_dots_in_json_keys_to_underscoresBoolean

Returns the value of attribute convert_dots_in_json_keys_to_underscores.

Returns:

  • (Boolean)


720
721
722
# File 'sig/types.rbs', line 720

def convert_dots_in_json_keys_to_underscores
  @convert_dots_in_json_keys_to_underscores
end