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