Class: Aws::EntityResolution::Types::BatchDeleteUniqueIdInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#input_sourceString

The input source for the batch delete unique ID operation.

Returns:

  • (String)


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_idsArray<String>

The unique IDs to delete.

Returns:

  • (Array<String>)


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_nameString

The name of the workflow.

Returns:

  • (String)


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