Class: Aws::Connect::Types::CreateEmailAddressResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CreateEmailAddressResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #email_address_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the email address.
 - 
  
    
      #email_address_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the email address.
 
Instance Attribute Details
#email_address_arn ⇒ String
The Amazon Resource Name (ARN) of the email address.
      3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3917 class CreateEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#email_address_id ⇒ String
The identifier of the email address.
      3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 3917 class CreateEmailAddressResponse < Struct.new( :email_address_id, :email_address_arn) SENSITIVE = [] include Aws::Structure end  |