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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15922

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)


15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15922

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)


15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15922

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)


15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15922

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)


15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15922

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)


15922
15923
15924
15925
15926
15927
15928
15929
15930
15931
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15922

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