Class: Aws::Connect::Types::EmailRecipient
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EmailRecipient
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the email recipient
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #address  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Address of the email recipient.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Display name of the email recipient.
 
Instance Attribute Details
#address ⇒ String
Address of the email recipient.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
      8354 8355 8356 8357 8358 8359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8354 class EmailRecipient < Struct.new( :address, :display_name) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
Display name of the email recipient.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
      8354 8355 8356 8357 8358 8359  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8354 class EmailRecipient < Struct.new( :address, :display_name) SENSITIVE = [] include Aws::Structure end  |