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

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

#job_idString

The ID of the job.

Returns:

  • (String)


3230
3231
3232
3233
3234
3235
3236
# File 'lib/aws-sdk-entityresolution/types.rb', line 3230

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

#job_typeString

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.

Returns:

  • (String)


3230
3231
3232
3233
3234
3235
3236
# File 'lib/aws-sdk-entityresolution/types.rb', line 3230

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

#output_source_configArray<Types::IdMappingJobOutputSource>

A list of ‘OutputSource` objects.



3230
3231
3232
3233
3234
3235
3236
# File 'lib/aws-sdk-entityresolution/types.rb', line 3230

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