Class: Aws::Types::TransformationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#mode"TEXT_TO_SQL"

Returns the value of attribute mode.

Returns:

  • ("TEXT_TO_SQL")


2730
2731
2732
# File 'sig/types.rbs', line 2730

def mode
  @mode
end

#text_to_sql_configurationTypes::TextToSqlConfiguration

Returns the value of attribute text_to_sql_configuration.



2731
2732
2733
# File 'sig/types.rbs', line 2731

def text_to_sql_configuration
  @text_to_sql_configuration
end