Class: Aws::XRay::Types::TraceUser
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::TraceUser
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-xray/types.rb
 
Overview
Information about a user recorded in segment documents.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #service_ids  ⇒ Array<Types::ServiceId> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Services that the user’s request hit.
 - 
  
    
      #user_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user’s name.
 
Instance Attribute Details
#service_ids ⇒ Array<Types::ServiceId>
Services that the user’s request hit.
      3591 3592 3593 3594 3595 3596  | 
    
      # File 'lib/aws-sdk-xray/types.rb', line 3591 class TraceUser < Struct.new( :user_name, :service_ids) SENSITIVE = [] include Aws::Structure end  |