Class: Aws::EntityResolution::Types::IdMappingIncrementalRunConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb

Overview

Incremental run configuration for an ID mapping workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incremental_run_typeString

The incremental run type for an ID mapping workflow.

It takes only one value: ON_DEMAND. This setting runs the ID mapping workflow when it's manually triggered through the StartIdMappingJob API.

Returns:

  • (String)


1495
1496
1497
1498
1499
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1495

class IdMappingIncrementalRunConfig < Struct.new(
  :incremental_run_type)
  SENSITIVE = []
  include Aws::Structure
end