Class: Aws::Types::OpenXJsonSerDe
- Inherits:
-
Object
- Object
- Aws::Types::OpenXJsonSerDe
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_insensitive ⇒ Boolean
Returns the value of attribute case_insensitive.
-
#column_to_json_key_mappings ⇒ ::Hash[::String, ::String]
Returns the value of attribute column_to_json_key_mappings.
-
#convert_dots_in_json_keys_to_underscores ⇒ Boolean
Returns the value of attribute convert_dots_in_json_keys_to_underscores.
Instance Attribute Details
#case_insensitive ⇒ Boolean
Returns the value of attribute case_insensitive.
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.
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_underscores ⇒ Boolean
Returns the value of attribute convert_dots_in_json_keys_to_underscores.
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 |