Class: Aws::EntityResolution::Types::StartIdMappingJobInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#output_source_configArray<Types::IdMappingJobOutputSource>

A list of OutputSource objects.



2597
2598
2599
2600
2601
2602
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2597

class StartIdMappingJobInput < Struct.new(
  :output_source_config,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_nameString

The name of the ID mapping job to be retrieved.

Returns:

  • (String)


2597
2598
2599
2600
2601
2602
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2597

class StartIdMappingJobInput < Struct.new(
  :output_source_config,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end