Class: Aws::EntityResolution::Types::IncrementalRunConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::IncrementalRunConfig
- 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
-
#incremental_run_type ⇒ String
The type of incremental run.
Instance Attribute Details
#incremental_run_type ⇒ String
The type of incremental run. It takes only one value: IMMEDIATE
.
1712 1713 1714 1715 1716 |
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 1712 class IncrementalRunConfig < Struct.new( :incremental_run_type) SENSITIVE = [] include Aws::Structure end |