Class: Aws::Rekognition::Types::SearchedUser
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Rekognition::Types::SearchedUser
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rekognition/types.rb
 
Overview
Contains metadata about a User searched for within a collection.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A provided ID for the UserID.
 
Instance Attribute Details
#user_id ⇒ String
A provided ID for the UserID. Unique within the collection.
      6668 6669 6670 6671 6672  | 
    
      # File 'lib/aws-sdk-rekognition/types.rb', line 6668 class SearchedUser < Struct.new( :user_id) SENSITIVE = [] include Aws::Structure end  |