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