Struct aws_sdk_sns::output::CreateTopicOutput
source · #[non_exhaustive]pub struct CreateTopicOutput { /* private fields */ }
Expand description
Response from CreateTopic action.
Implementations§
source§impl CreateTopicOutput
impl CreateTopicOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateTopicOutput
.
Trait Implementations§
source§impl Clone for CreateTopicOutput
impl Clone for CreateTopicOutput
source§fn clone(&self) -> CreateTopicOutput
fn clone(&self) -> CreateTopicOutput
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 CreateTopicOutput
impl Debug for CreateTopicOutput
source§impl PartialEq<CreateTopicOutput> for CreateTopicOutput
impl PartialEq<CreateTopicOutput> for CreateTopicOutput
source§fn eq(&self, other: &CreateTopicOutput) -> bool
fn eq(&self, other: &CreateTopicOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.