#[non_exhaustive]pub struct GetSuppressedDestinationOutput { /* private fields */ }Expand description
Information about the suppressed email address.
Implementations§
source§impl GetSuppressedDestinationOutput
impl GetSuppressedDestinationOutput
sourcepub fn suppressed_destination(&self) -> Option<&SuppressedDestination>
pub fn suppressed_destination(&self) -> Option<&SuppressedDestination>
An object containing information about the suppressed email address.
source§impl GetSuppressedDestinationOutput
impl GetSuppressedDestinationOutput
sourcepub fn builder() -> GetSuppressedDestinationOutputBuilder
pub fn builder() -> GetSuppressedDestinationOutputBuilder
Creates a new builder-style object to manufacture GetSuppressedDestinationOutput.
Trait Implementations§
source§impl Clone for GetSuppressedDestinationOutput
impl Clone for GetSuppressedDestinationOutput
source§fn clone(&self) -> GetSuppressedDestinationOutput
fn clone(&self) -> GetSuppressedDestinationOutput
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<GetSuppressedDestinationOutput> for GetSuppressedDestinationOutput
impl PartialEq<GetSuppressedDestinationOutput> for GetSuppressedDestinationOutput
source§fn eq(&self, other: &GetSuppressedDestinationOutput) -> bool
fn eq(&self, other: &GetSuppressedDestinationOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSuppressedDestinationOutput
impl RequestId for GetSuppressedDestinationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.