#[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 more