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.



2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-entityresolution/types.rb', line 2786

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)


2786
2787
2788
2789
2790
2791
# File 'lib/aws-sdk-entityresolution/types.rb', line 2786

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