Struct aws_sdk_sesv2::types::SuppressionAttributes
source · #[non_exhaustive]pub struct SuppressionAttributes { /* private fields */ }Expand description
An object that contains information about the email address suppression preferences for your account in the current Amazon Web Services Region.
Implementations§
source§impl SuppressionAttributes
impl SuppressionAttributes
sourcepub fn suppressed_reasons(&self) -> Option<&[SuppressionListReason]>
pub fn suppressed_reasons(&self) -> Option<&[SuppressionListReason]>
A list that contains the reasons that email addresses will be automatically added to the suppression list for your account. This list can contain any or all of the following:
-
COMPLAINT– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint. -
BOUNCE– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
source§impl SuppressionAttributes
impl SuppressionAttributes
sourcepub fn builder() -> SuppressionAttributesBuilder
pub fn builder() -> SuppressionAttributesBuilder
Creates a new builder-style object to manufacture SuppressionAttributes.
Trait Implementations§
source§impl Clone for SuppressionAttributes
impl Clone for SuppressionAttributes
source§fn clone(&self) -> SuppressionAttributes
fn clone(&self) -> SuppressionAttributes
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 SuppressionAttributes
impl Debug for SuppressionAttributes
source§impl PartialEq<SuppressionAttributes> for SuppressionAttributes
impl PartialEq<SuppressionAttributes> for SuppressionAttributes
source§fn eq(&self, other: &SuppressionAttributes) -> bool
fn eq(&self, other: &SuppressionAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.