Struct aws_sdk_sns::input::GetTopicAttributesInput
source · #[non_exhaustive]pub struct GetTopicAttributesInput { /* private fields */ }
Expand description
Input for GetTopicAttributes action.
Implementations§
source§impl GetTopicAttributesInput
impl GetTopicAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTopicAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetTopicAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetTopicAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetTopicAttributesInput
.
Trait Implementations§
source§impl Clone for GetTopicAttributesInput
impl Clone for GetTopicAttributesInput
source§fn clone(&self) -> GetTopicAttributesInput
fn clone(&self) -> GetTopicAttributesInput
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 GetTopicAttributesInput
impl Debug for GetTopicAttributesInput
source§impl PartialEq<GetTopicAttributesInput> for GetTopicAttributesInput
impl PartialEq<GetTopicAttributesInput> for GetTopicAttributesInput
source§fn eq(&self, other: &GetTopicAttributesInput) -> bool
fn eq(&self, other: &GetTopicAttributesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.