Class: Aws::Glue::Types::MappingEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Defines a mapping.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_pathString

The source path.

Returns:

  • (String)


19194
19195
19196
19197
19198
19199
19200
19201
19202
19203
# File 'lib/aws-sdk-glue/types.rb', line 19194

class MappingEntry < Struct.new(
  :source_table,
  :source_path,
  :source_type,
  :target_table,
  :target_path,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_tableString

The name of the source table.

Returns:

  • (String)


19194
19195
19196
19197
19198
19199
19200
19201
19202
19203
# File 'lib/aws-sdk-glue/types.rb', line 19194

class MappingEntry < Struct.new(
  :source_table,
  :source_path,
  :source_type,
  :target_table,
  :target_path,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type.

Returns:

  • (String)


19194
19195
19196
19197
19198
19199
19200
19201
19202
19203
# File 'lib/aws-sdk-glue/types.rb', line 19194

class MappingEntry < Struct.new(
  :source_table,
  :source_path,
  :source_type,
  :target_table,
  :target_path,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_pathString

The target path.

Returns:

  • (String)


19194
19195
19196
19197
19198
19199
19200
19201
19202
19203
# File 'lib/aws-sdk-glue/types.rb', line 19194

class MappingEntry < Struct.new(
  :source_table,
  :source_path,
  :source_type,
  :target_table,
  :target_path,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_tableString

The target table.

Returns:

  • (String)


19194
19195
19196
19197
19198
19199
19200
19201
19202
19203
# File 'lib/aws-sdk-glue/types.rb', line 19194

class MappingEntry < Struct.new(
  :source_table,
  :source_path,
  :source_type,
  :target_table,
  :target_path,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end

#target_typeString

The target type.

Returns:

  • (String)


19194
19195
19196
19197
19198
19199
19200
19201
19202
19203
# File 'lib/aws-sdk-glue/types.rb', line 19194

class MappingEntry < Struct.new(
  :source_table,
  :source_path,
  :source_type,
  :target_table,
  :target_path,
  :target_type)
  SENSITIVE = []
  include Aws::Structure
end