Struct aws_sdk_databasemigration::operation::delete_event_subscription::DeleteEventSubscriptionInput
source · #[non_exhaustive]pub struct DeleteEventSubscriptionInput { /* private fields */ }
Expand description
Implementations§
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.
source§impl DeleteEventSubscriptionInput
impl DeleteEventSubscriptionInput
sourcepub fn builder() -> DeleteEventSubscriptionInputBuilder
pub fn builder() -> DeleteEventSubscriptionInputBuilder
Creates a new builder-style object to manufacture DeleteEventSubscriptionInput
.
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
>
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 ==
.impl StructuralPartialEq for DeleteEventSubscriptionInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEventSubscriptionInput
impl Send for DeleteEventSubscriptionInput
impl Sync for DeleteEventSubscriptionInput
impl Unpin for DeleteEventSubscriptionInput
impl UnwindSafe for DeleteEventSubscriptionInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more