#[non_exhaustive]pub struct SuppressedDestinationAttributes { /* private fields */ }Expand description
An object that contains additional attributes that are related an email address that is on the suppression list for your account.
Implementations§
source§impl SuppressedDestinationAttributes
impl SuppressedDestinationAttributes
sourcepub fn message_id(&self) -> Option<&str>
pub fn message_id(&self) -> Option<&str>
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.
sourcepub fn feedback_id(&self) -> Option<&str>
pub fn feedback_id(&self) -> Option<&str>
A unique identifier that's generated when an email address is added to the suppression list for your account.
source§impl SuppressedDestinationAttributes
impl SuppressedDestinationAttributes
sourcepub fn builder() -> SuppressedDestinationAttributesBuilder
pub fn builder() -> SuppressedDestinationAttributesBuilder
Creates a new builder-style object to manufacture SuppressedDestinationAttributes.
Trait Implementations§
source§impl Clone for SuppressedDestinationAttributes
impl Clone for SuppressedDestinationAttributes
source§fn clone(&self) -> SuppressedDestinationAttributes
fn clone(&self) -> SuppressedDestinationAttributes
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 PartialEq<SuppressedDestinationAttributes> for SuppressedDestinationAttributes
impl PartialEq<SuppressedDestinationAttributes> for SuppressedDestinationAttributes
source§fn eq(&self, other: &SuppressedDestinationAttributes) -> bool
fn eq(&self, other: &SuppressedDestinationAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.