Struct aws_sdk_sesv2::types::SnsDestination
source · #[non_exhaustive]pub struct SnsDestination { /* private fields */ }Expand description
An object that defines an Amazon SNS destination for email events. You can use Amazon SNS to send notification when certain email events occur.
Implementations§
source§impl SnsDestination
impl SnsDestination
sourcepub fn topic_arn(&self) -> Option<&str>
pub fn topic_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the Amazon SNS topic to publish email events to. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
source§impl SnsDestination
impl SnsDestination
sourcepub fn builder() -> SnsDestinationBuilder
pub fn builder() -> SnsDestinationBuilder
Creates a new builder-style object to manufacture SnsDestination.
Trait Implementations§
source§impl Clone for SnsDestination
impl Clone for SnsDestination
source§fn clone(&self) -> SnsDestination
fn clone(&self) -> SnsDestination
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 SnsDestination
impl Debug for SnsDestination
source§impl PartialEq<SnsDestination> for SnsDestination
impl PartialEq<SnsDestination> for SnsDestination
source§fn eq(&self, other: &SnsDestination) -> bool
fn eq(&self, other: &SnsDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.