Class: Aws::Connect::Types::EmailMessageReference
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::EmailMessageReference
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the reference when the referenceType is ‘EMAIL_MESSAGE`. Otherwise, null.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the email message reference.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the email message reference.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the email message reference
      8327 8328 8329 8330 8331 8332  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8327 class EmailMessageReference < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the email message reference
      8327 8328 8329 8330 8331 8332  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 8327 class EmailMessageReference < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end  |