Class: Aws::EntityResolution::Types::StartIdMappingJobInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::StartIdMappingJobInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of ‘OutputSource` objects.
-
#workflow_name ⇒ String
The name of the ID mapping job to be retrieved.
Instance Attribute Details
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of ‘OutputSource` objects.
3060 3061 3062 3063 3064 3065 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3060 class StartIdMappingJobInput < Struct.new( :workflow_name, :output_source_config) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the ID mapping job to be retrieved.
3060 3061 3062 3063 3064 3065 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 3060 class StartIdMappingJobInput < Struct.new( :workflow_name, :output_source_config) SENSITIVE = [] include Aws::Structure end |