Class: Aws::Glue::Types::MappingEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MappingEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass MappingEntry data as a hash:
{
source_table: "TableName",
source_path: "SchemaPathString",
source_type: "FieldType",
target_table: "TableName",
target_path: "SchemaPathString",
target_type: "FieldType",
}
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.
11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 |
# File 'lib/aws-sdk-glue/types.rb', line 11615 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.
11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 |
# File 'lib/aws-sdk-glue/types.rb', line 11615 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.
11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 |
# File 'lib/aws-sdk-glue/types.rb', line 11615 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.
11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 |
# File 'lib/aws-sdk-glue/types.rb', line 11615 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.
11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 |
# File 'lib/aws-sdk-glue/types.rb', line 11615 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.
11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 |
# File 'lib/aws-sdk-glue/types.rb', line 11615 class MappingEntry < Struct.new( :source_table, :source_path, :source_type, :target_table, :target_path, :target_type) SENSITIVE = [] include Aws::Structure end |