Class: Aws::SES::Types::GetIdentityMailFromDomainAttributesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::GetIdentityMailFromDomainAttributesResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents the custom MAIL FROM attributes for a list of identities.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mail_from_domain_attributes  ⇒ Hash<String,Types::IdentityMailFromDomainAttributes> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map of identities to custom MAIL FROM attributes.
 
Instance Attribute Details
#mail_from_domain_attributes ⇒ Hash<String,Types::IdentityMailFromDomainAttributes>
A map of identities to custom MAIL FROM attributes.
      1803 1804 1805 1806 1807  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1803 class GetIdentityMailFromDomainAttributesResponse < Struct.new( :mail_from_domain_attributes) SENSITIVE = [] include Aws::Structure end  |