Class: Aws::EntityResolution::Types::StartIdMappingJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::StartIdMappingJobOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job.
-
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of ‘OutputSource` objects.
Instance Attribute Details
#job_id ⇒ String
The ID of the job.
2803 2804 2805 2806 2807 2808 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2803 class StartIdMappingJobOutput < Struct.new( :job_id, :output_source_config) SENSITIVE = [] include Aws::Structure end |
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of ‘OutputSource` objects.
2803 2804 2805 2806 2807 2808 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 2803 class StartIdMappingJobOutput < Struct.new( :job_id, :output_source_config) SENSITIVE = [] include Aws::Structure end |