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

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


108
109
110
111
112
113
114
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 108

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>)


108
109
110
111
112
113
114
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 108

class BatchDeleteUniqueIdInput < Struct.new(
  :input_source,
  :unique_ids,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_nameString

The name of the workflow.

Returns:

  • (String)


108
109
110
111
112
113
114
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 108

class BatchDeleteUniqueIdInput < Struct.new(
  :input_source,
  :unique_ids,
  :workflow_name)
  SENSITIVE = []
  include Aws::Structure
end