Class: Aws::EntityResolution::Types::BatchDeleteUniqueIdInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::EntityResolution::Types::BatchDeleteUniqueIdInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-entityresolution/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#input_source ⇒ String
The input source for the batch delete unique ID operation.
-
#unique_ids ⇒ Array<String>
The unique IDs to delete.
-
#workflow_name ⇒ String
The name of the workflow.
Instance Attribute Details
#input_source ⇒ String
The input source for the batch delete unique ID operation.
112 113 114 115 116 117 118 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 112 class BatchDeleteUniqueIdInput < Struct.new( :input_source, :unique_ids, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#unique_ids ⇒ Array<String>
The unique IDs to delete.
112 113 114 115 116 117 118 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 112 class BatchDeleteUniqueIdInput < Struct.new( :input_source, :unique_ids, :workflow_name) SENSITIVE = [] include Aws::Structure end |
#workflow_name ⇒ String
The name of the workflow.
112 113 114 115 116 117 118 |
# File 'lib/aws-sdk-entityresolution/types.rb', line 112 class BatchDeleteUniqueIdInput < Struct.new( :input_source, :unique_ids, :workflow_name) SENSITIVE = [] include Aws::Structure end |