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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.

Returns:

  • (String)


1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-entityresolution/types.rb', line 1530

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)


1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-entityresolution/types.rb', line 1530

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` which all `sourceIds` will resolve to.

Returns:

  • (String)


1530
1531
1532
1533
1534
1535
1536
# File 'lib/aws-sdk-entityresolution/types.rb', line 1530

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