You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::MappingEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::MappingEntry
- Defined in:
- (unknown)
Overview
Note:
When passing MappingEntry as input to an Aws::Client method, you can use a vanilla Hash:
{
source_table: "TableName",
source_path: "SchemaPathString",
source_type: "FieldType",
target_table: "TableName",
target_path: "SchemaPathString",
target_type: "FieldType",
}
Defines a mapping.
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.
#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.