Class: Aws::Types::DataPrepConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_table_map::Hash[::String, Types::DestinationTable]

Returns the value of attribute destination_table_map.

Returns:



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.

Returns:



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.

Returns:



3120
3121
3122
# File 'sig/types.rbs', line 3120

def transform_step_map
  @transform_step_map
end