Struct aws_sdk_ses::model::TrackingOptions
source · #[non_exhaustive]pub struct TrackingOptions { /* private fields */ }
Expand description
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.
Implementations§
source§impl TrackingOptions
impl TrackingOptions
sourcepub fn custom_redirect_domain(&self) -> Option<&str>
pub fn custom_redirect_domain(&self) -> Option<&str>
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
source§impl TrackingOptions
impl TrackingOptions
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TrackingOptions
.
Trait Implementations§
source§impl Clone for TrackingOptions
impl Clone for TrackingOptions
source§fn clone(&self) -> TrackingOptions
fn clone(&self) -> TrackingOptions
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TrackingOptions
impl Debug for TrackingOptions
source§impl PartialEq<TrackingOptions> for TrackingOptions
impl PartialEq<TrackingOptions> for TrackingOptions
source§fn eq(&self, other: &TrackingOptions) -> bool
fn eq(&self, other: &TrackingOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.