Class: Aws::EntityResolution::Types::DeletedUniqueId

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

Overview

The deleted unique ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#unique_idString

The unique ID of the deleted item.

Returns:

  • (String)


715
716
717
718
719
# File 'lib/aws-sdk-entityresolution/types.rb', line 715

class DeletedUniqueId < Struct.new(
  :unique_id)
  SENSITIVE = []
  include Aws::Structure
end