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.
3252 3253 3254 |
# File 'sig/types.rbs', line 3252 def destination_table_map @destination_table_map end |
#source_table_map ⇒ ::Hash[::String, Types::SourceTable]
Returns the value of attribute source_table_map.
3250 3251 3252 |
# File 'sig/types.rbs', line 3250 def source_table_map @source_table_map end |
#transform_step_map ⇒ ::Hash[::String, Types::TransformStep]
Returns the value of attribute transform_step_map.
3251 3252 3253 |
# File 'sig/types.rbs', line 3251 def transform_step_map @transform_step_map end |