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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-entityresolution/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)


1606
1607
1608
1609
1610
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1606

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