Struct aws_sdk_ses::model::TrackingOptions
source · [−]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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.custom_redirect_domain: Option<String>
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Implementations
The custom subdomain that will be used to redirect email recipients to the Amazon SES event tracking domain.
Creates a new builder-style object to manufacture TrackingOptions
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TrackingOptions
impl Send for TrackingOptions
impl Sync for TrackingOptions
impl Unpin for TrackingOptions
impl UnwindSafe for TrackingOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more