Struct aws_sdk_ses::model::SnsDestination
source · #[non_exhaustive]pub struct SnsDestination { /* private fields */ }
Expand description
Contains the topic ARN associated with an Amazon Simple Notification Service (Amazon SNS) event destination.
Event destinations, such as Amazon SNS, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Implementations§
source§impl SnsDestination
impl SnsDestination
sourcepub fn topic_arn(&self) -> Option<&str>
pub fn topic_arn(&self) -> Option<&str>
The ARN of the Amazon SNS topic that email sending events will be published to. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic
. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.
source§impl SnsDestination
impl SnsDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
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 ==
.