Class: Aws::Connect::Types::ParticipantDetails
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ParticipantDetails
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The customer’s details.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Display name of the participant.
 
Instance Attribute Details
#display_name ⇒ String
Display name of the participant.
      17091 17092 17093 17094 17095  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17091 class ParticipantDetails < Struct.new( :display_name) SENSITIVE = [] include Aws::Structure end  |