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.
16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 |
# File 'lib/aws-sdk-glue/types.rb', line 16977 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.
16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 |
# File 'lib/aws-sdk-glue/types.rb', line 16977 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.
16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 |
# File 'lib/aws-sdk-glue/types.rb', line 16977 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.
16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 |
# File 'lib/aws-sdk-glue/types.rb', line 16977 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.
16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 |
# File 'lib/aws-sdk-glue/types.rb', line 16977 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.
16977 16978 16979 16980 16981 16982 16983 16984 16985 16986 |
# File 'lib/aws-sdk-glue/types.rb', line 16977 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |