Struct aws_sdk_sesv2::types::TrackingOptions
source · #[non_exhaustive]pub struct TrackingOptions { /* private fields */ }Expand description
An object that defines the tracking options for a configuration set. When you use the Amazon SES API v2 to send an email, it contains an invisible image that's used to track when recipients open your email. If your email contains links, those links are changed slightly in order to track when recipients click them.
These images and links include references to a domain operated by Amazon Web Services. You can optionally configure the Amazon SES to use a domain that you operate for these images and links.
Implementations§
source§impl TrackingOptions
impl TrackingOptions
sourcepub fn custom_redirect_domain(&self) -> Option<&str>
pub fn custom_redirect_domain(&self) -> Option<&str>
The domain to use for tracking open and click events.
source§impl TrackingOptions
impl TrackingOptions
sourcepub fn builder() -> TrackingOptionsBuilder
pub fn builder() -> TrackingOptionsBuilder
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 ==.