Class: Aws::EntityResolution::Types::BatchDeleteUniqueIdOutput

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

#deletedArray<Types::DeletedUniqueId>

The unique IDs that were deleted.

Returns:



138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-entityresolution/types.rb', line 138

class BatchDeleteUniqueIdOutput < Struct.new(
  :deleted,
  :disconnected_unique_ids,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#disconnected_unique_idsArray<String>

The unique IDs that were disconnected.

Returns:

  • (Array<String>)


138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-entityresolution/types.rb', line 138

class BatchDeleteUniqueIdOutput < Struct.new(
  :deleted,
  :disconnected_unique_ids,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#errorsArray<Types::DeleteUniqueIdError>

The errors from deleting multiple unique IDs.

Returns:



138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-entityresolution/types.rb', line 138

class BatchDeleteUniqueIdOutput < Struct.new(
  :deleted,
  :disconnected_unique_ids,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the batch delete unique ID operation.

Returns:

  • (String)


138
139
140
141
142
143
144
145
# File 'lib/aws-sdk-entityresolution/types.rb', line 138

class BatchDeleteUniqueIdOutput < Struct.new(
  :deleted,
  :disconnected_unique_ids,
  :errors,
  :status)
  SENSITIVE = []
  include Aws::Structure
end