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

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

Overview

An object which defines an incremental run type and has only ‘incrementalRunType` as a field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#incremental_run_typeString

The type of incremental run. It takes only one value: ‘IMMEDIATE`.

Returns:

  • (String)


1712
1713
1714
1715
1716
# File 'lib/aws-sdk-entityresolution/types.rb', line 1712

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