Class: Aws::SES::Types::GetIdentityMailFromDomainAttributesRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SES::Types::GetIdentityMailFromDomainAttributesRequest
 
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the [Amazon SES Developer Guide].
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #identities  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of one or more identities. 
Instance Attribute Details
#identities ⇒ Array<String>
A list of one or more identities.
| 1789 1790 1791 1792 1793 | # File 'lib/aws-sdk-ses/types.rb', line 1789 class GetIdentityMailFromDomainAttributesRequest < Struct.new( :identities) SENSITIVE = [] include Aws::Structure end |