Class: Aws::Types::DataFormatConversionConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataFormatConversionConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#input_format_configuration ⇒ Types::InputFormatConfiguration
Returns the value of attribute input_format_configuration.
-
#output_format_configuration ⇒ Types::OutputFormatConfiguration
Returns the value of attribute output_format_configuration.
-
#schema_configuration ⇒ Types::SchemaConfiguration
Returns the value of attribute schema_configuration.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
193 194 195 |
# File 'sig/types.rbs', line 193 def enabled @enabled end |
#input_format_configuration ⇒ Types::InputFormatConfiguration
Returns the value of attribute input_format_configuration.
191 192 193 |
# File 'sig/types.rbs', line 191 def input_format_configuration @input_format_configuration end |
#output_format_configuration ⇒ Types::OutputFormatConfiguration
Returns the value of attribute output_format_configuration.
192 193 194 |
# File 'sig/types.rbs', line 192 def output_format_configuration @output_format_configuration end |
#schema_configuration ⇒ Types::SchemaConfiguration
Returns the value of attribute schema_configuration.
190 191 192 |
# File 'sig/types.rbs', line 190 def schema_configuration @schema_configuration end |