Class: Aws::Glue::Types::MappingEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MappingEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Defines a mapping.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_path ⇒ String
The source path.
-
#source_table ⇒ String
The name of the source table.
-
#source_type ⇒ String
The source type.
-
#target_path ⇒ String
The target path.
-
#target_table ⇒ String
The target table.
-
#target_type ⇒ String
The target type.
Instance Attribute Details
#source_path ⇒ String
The source path.
17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 |
# File 'lib/aws-sdk-glue/types.rb', line 17135 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |
#source_table ⇒ String
The name of the source table.
17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 |
# File 'lib/aws-sdk-glue/types.rb', line 17135 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source type.
17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 |
# File 'lib/aws-sdk-glue/types.rb', line 17135 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_path ⇒ String
The target path.
17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 |
# File 'lib/aws-sdk-glue/types.rb', line 17135 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_table ⇒ String
The target table.
17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 |
# File 'lib/aws-sdk-glue/types.rb', line 17135 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |
#target_type ⇒ String
The target type.
17135 17136 17137 17138 17139 17140 17141 17142 17143 17144 |
# File 'lib/aws-sdk-glue/types.rb', line 17135 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |