Class: Aws::EntityResolution::Types::IdMappingIncrementalRunConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IdMappingIncrementalRunConfig
- 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
-
#incremental_run_type ⇒ String
The incremental run type for an ID mapping workflow.
Instance Attribute Details
#incremental_run_type ⇒ String
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.
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 |