Class: Aws::EntityResolution::Types::StartIdMappingJobOutput

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

#job_idString

The ID of the job.

Returns:

  • (String)


2614
2615
2616
2617
2618
2619
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2614

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

#output_source_configArray<Types::IdMappingJobOutputSource>

A list of OutputSource objects.



2614
2615
2616
2617
2618
2619
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2614

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