Class: Aws::SES::Types::TrackingOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::TrackingOptions
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
A domain that is used to redirect email recipients to an Amazon SES-operated domain. This domain captures open and click events generated by Amazon SES emails.
For more information, see [Configuring Custom Domains to Handle Open and Click Tracking] in the *Amazon SES Developer Guide*.
[1]: docs.aws.amazon.com/ses/latest/dg/configure-custom-open-click-domains.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #custom_redirect_domain  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
 
Instance Attribute Details
#custom_redirect_domain ⇒ String
The custom subdomain that is used to redirect email recipients to the Amazon SES event tracking domain.
      5011 5012 5013 5014 5015  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 5011 class TrackingOptions < Struct.new( :custom_redirect_domain) SENSITIVE = [] include Aws::Structure end  |