Struct aws_sdk_shield::input::DeleteSubscriptionInput [−][src]
#[non_exhaustive]pub struct DeleteSubscriptionInput {}
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSubscription, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteSubscription, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteSubscription
>
Creates a new builder-style object to manufacture DeleteSubscriptionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DeleteSubscriptionInput
impl Send for DeleteSubscriptionInput
impl Sync for DeleteSubscriptionInput
impl Unpin for DeleteSubscriptionInput
impl UnwindSafe for DeleteSubscriptionInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more