Class: Aws::Types::DataPrepConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::DataPrepConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_table_map ⇒ ::Hash[::String, Types::DestinationTable]
Returns the value of attribute destination_table_map.
-
#source_table_map ⇒ ::Hash[::String, Types::SourceTable]
Returns the value of attribute source_table_map.
-
#transform_step_map ⇒ ::Hash[::String, Types::TransformStep]
Returns the value of attribute transform_step_map.
Instance Attribute Details
#destination_table_map ⇒ ::Hash[::String, Types::DestinationTable]
Returns the value of attribute destination_table_map.
3121 3122 3123 |
# File 'sig/types.rbs', line 3121 def destination_table_map @destination_table_map end |
#source_table_map ⇒ ::Hash[::String, Types::SourceTable]
Returns the value of attribute source_table_map.
3119 3120 3121 |
# File 'sig/types.rbs', line 3119 def source_table_map @source_table_map end |
#transform_step_map ⇒ ::Hash[::String, Types::TransformStep]
Returns the value of attribute transform_step_map.
3120 3121 3122 |
# File 'sig/types.rbs', line 3120 def transform_step_map @transform_step_map end |