Class: Aws::EntityResolution::Types::IdMappingWorkflowInputSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdMappingWorkflowInputSource
- 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
-
#input_source_arn ⇒ String
An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
-
#schema_name ⇒ String
The name of the schema to be retrieved.
-
#type ⇒ String
The type of ID namespace.
Instance Attribute Details
#input_source_arn ⇒ String
An Glue table Amazon Resource Name (ARN) or a matching workflow ARN for the input source table.
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_name ⇒ String
The name of the schema to be retrieved.
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 |
#type ⇒ String
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.
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 |