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
show all
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

Instance Attribute Details

#source_pathString

The source path.

Returns:

  • (String)

    The source path.

#source_tableString

The name of the source table.

Returns:

  • (String)

    The name of the source table.

#source_typeString

The source type.

Returns:

  • (String)

    The source type.

#target_pathString

The target path.

Returns:

  • (String)

    The target path.

#target_tableString

The target table.

Returns:

  • (String)

    The target table.

#target_typeString

The target type.

Returns:

  • (String)

    The target type.