class Aws::Glue::Types::MappingEntry

Defines a mapping.

@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",
    }

@!attribute [rw] source_table

The name of the source table.
@return [String]

@!attribute [rw] source_path

The source path.
@return [String]

@!attribute [rw] source_type

The source type.
@return [String]

@!attribute [rw] target_table

The target table.
@return [String]

@!attribute [rw] target_path

The target path.
@return [String]

@!attribute [rw] target_type

The target type.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/MappingEntry AWS API Documentation

Constants

SENSITIVE