#[non_exhaustive]pub struct AwsSnsTopicSubscription { /* private fields */ }
Expand description
A wrapper type for the attributes of an Amazon SNS subscription.
Implementations§
source§impl AwsSnsTopicSubscription
impl AwsSnsTopicSubscription
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsSnsTopicSubscription
.
Trait Implementations§
source§impl Clone for AwsSnsTopicSubscription
impl Clone for AwsSnsTopicSubscription
source§fn clone(&self) -> AwsSnsTopicSubscription
fn clone(&self) -> AwsSnsTopicSubscription
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 AwsSnsTopicSubscription
impl Debug for AwsSnsTopicSubscription
source§impl PartialEq<AwsSnsTopicSubscription> for AwsSnsTopicSubscription
impl PartialEq<AwsSnsTopicSubscription> for AwsSnsTopicSubscription
source§fn eq(&self, other: &AwsSnsTopicSubscription) -> bool
fn eq(&self, other: &AwsSnsTopicSubscription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.