Class: Aws::EntityResolution::Types::DeletedUniqueId
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EntityResolution::Types::DeletedUniqueId
 
- Defined in:
- gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb
Overview
The deleted unique ID.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #unique_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique ID of the deleted item. 
Instance Attribute Details
#unique_id ⇒ String
The unique ID of the deleted item.
| 736 737 738 739 740 | # File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 736 class DeletedUniqueId < Struct.new( :unique_id) SENSITIVE = [] include Aws::Structure end |