Class: Aws::EntityResolution::Types::IncrementalRunConfig

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

Overview

Optional. An object that defines the incremental run type. This object contains only the incrementalRunType field, which appears as "Automatic" in the console.

For workflows where resolutionType is PROVIDER, incremental processing is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incremental_run_typeString

The type of incremental run. The only valid value is IMMEDIATE. This appears as "Automatic" in the console.

For workflows where resolutionType is PROVIDER, incremental processing is not supported.

Returns:

  • (String)


1951
1952
1953
1954
1955
# File 'lib/aws-sdk-entityresolution/types.rb', line 1951

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