Class: Aws::Types::DataFormatConversionConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


193
194
195
# File 'sig/types.rbs', line 193

def enabled
  @enabled
end

#input_format_configurationTypes::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_configurationTypes::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_configurationTypes::SchemaConfiguration

Returns the value of attribute schema_configuration.



190
191
192
# File 'sig/types.rbs', line 190

def schema_configuration
  @schema_configuration
end