Class: Aws::EntityResolution::Types::StartIdMappingJobOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::StartIdMappingJobOutput
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job.
-
#job_type ⇒ String
The job type for the started ID mapping job.
-
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of
OutputSourceobjects.
Instance Attribute Details
#job_id ⇒ String
The ID of the job.
3264 3265 3266 3267 3268 3269 3270 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3264 class StartIdMappingJobOutput < Struct.new( :job_id, :output_source_config, :job_type) SENSITIVE = [] include Aws::Structure end |
#job_type ⇒ String
The job type for the started ID mapping job.
A value of INCREMENTAL indicates that only new or changed data was
processed since the last job run. This is the default job type if
the workflow was created with an incrementalRunConfig.
A value of BATCH indicates that all data was processed from the
input source, regardless of previous job runs. This is the default
job type if the workflow wasn't created with an
incrementalRunConfig.
A value of DELETE_ONLY indicates that only deletion requests from
BatchDeleteUniqueIds were processed.
3264 3265 3266 3267 3268 3269 3270 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3264 class StartIdMappingJobOutput < Struct.new( :job_id, :output_source_config, :job_type) SENSITIVE = [] include Aws::Structure end |
#output_source_config ⇒ Array<Types::IdMappingJobOutputSource>
A list of OutputSource objects.
3264 3265 3266 3267 3268 3269 3270 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 3264 class StartIdMappingJobOutput < Struct.new( :job_id, :output_source_config, :job_type) SENSITIVE = [] include Aws::Structure end |