Class: Aws::Types::TransformationConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TransformationConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "TEXT_TO_SQL"
Returns the value of attribute mode.
-
#text_to_sql_configuration ⇒ Types::TextToSqlConfiguration
Returns the value of attribute text_to_sql_configuration.
Instance Attribute Details
#mode ⇒ "TEXT_TO_SQL"
Returns the value of attribute mode.
2730 2731 2732 |
# File 'sig/types.rbs', line 2730 def mode @mode end |
#text_to_sql_configuration ⇒ Types::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 |