Class: Aws::EntityResolution::Types::IdMappingWorkflowInputSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

An object containing InputSourceARN, SchemaName, and Type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_source_arnString

An Glue table ARN for the input source table.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1452

class IdMappingWorkflowInputSource < Struct.new(
  :input_source_arn,
  :schema_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#schema_nameString

The name of the schema to be retrieved.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1452

class IdMappingWorkflowInputSource < Struct.new(
  :input_source_arn,
  :schema_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of ID namespace. There are two types: SOURCE and TARGET.

The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

Returns:

  • (String)


1452
1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1452

class IdMappingWorkflowInputSource < Struct.new(
  :input_source_arn,
  :schema_name,
  :type)
  SENSITIVE = []
  include Aws::Structure
end