#[non_exhaustive]pub struct DeleteEventSubscriptionInput { /* private fields */ }
Expand description
Implementations§
source§impl DeleteEventSubscriptionInput
impl DeleteEventSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEventSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEventSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEventSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEventSubscriptionInput
.
source§impl DeleteEventSubscriptionInput
impl DeleteEventSubscriptionInput
sourcepub fn subscription_name(&self) -> Option<&str>
pub fn subscription_name(&self) -> Option<&str>
The name of the DMS event notification subscription to be deleted.
Trait Implementations§
source§impl Clone for DeleteEventSubscriptionInput
impl Clone for DeleteEventSubscriptionInput
source§fn clone(&self) -> DeleteEventSubscriptionInput
fn clone(&self) -> DeleteEventSubscriptionInput
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 DeleteEventSubscriptionInput
impl Debug for DeleteEventSubscriptionInput
source§impl PartialEq<DeleteEventSubscriptionInput> for DeleteEventSubscriptionInput
impl PartialEq<DeleteEventSubscriptionInput> for DeleteEventSubscriptionInput
source§fn eq(&self, other: &DeleteEventSubscriptionInput) -> bool
fn eq(&self, other: &DeleteEventSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.