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.



16416
16417
16418
16419
16420
16421
16422
16423
16424
16425
# File 'lib/aws-sdk-glue/types.rb', line 16416

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.



16416
16417
16418
16419
16420
16421
16422
16423
16424
16425
# File 'lib/aws-sdk-glue/types.rb', line 16416

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.



16416
16417
16418
16419
16420
16421
16422
16423
16424
16425
# File 'lib/aws-sdk-glue/types.rb', line 16416

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.



16416
16417
16418
16419
16420
16421
16422
16423
16424
16425
# File 'lib/aws-sdk-glue/types.rb', line 16416

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.



16416
16417
16418
16419
16420
16421
16422
16423
16424
16425
# File 'lib/aws-sdk-glue/types.rb', line 16416

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.



16416
16417
16418
16419
16420
16421
16422
16423
16424
16425
# File 'lib/aws-sdk-glue/types.rb', line 16416

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