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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



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_nameString

The name of the ID mapping job to be retrieved.

Returns:

  • (String)


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