#[non_exhaustive]pub struct DeleteNotificationSubscriptionInput { /* private fields */ }
Implementations
sourceimpl DeleteNotificationSubscriptionInput
impl DeleteNotificationSubscriptionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNotificationSubscription, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNotificationSubscription, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteNotificationSubscription
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteNotificationSubscriptionInput
.
sourceimpl DeleteNotificationSubscriptionInput
impl DeleteNotificationSubscriptionInput
sourcepub fn subscription_id(&self) -> Option<&str>
pub fn subscription_id(&self) -> Option<&str>
The ID of the subscription.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The ID of the organization.
Trait Implementations
sourceimpl Clone for DeleteNotificationSubscriptionInput
impl Clone for DeleteNotificationSubscriptionInput
sourcefn clone(&self) -> DeleteNotificationSubscriptionInput
fn clone(&self) -> DeleteNotificationSubscriptionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<DeleteNotificationSubscriptionInput> for DeleteNotificationSubscriptionInput
impl PartialEq<DeleteNotificationSubscriptionInput> for DeleteNotificationSubscriptionInput
sourcefn eq(&self, other: &DeleteNotificationSubscriptionInput) -> bool
fn eq(&self, other: &DeleteNotificationSubscriptionInput) -> bool
impl StructuralPartialEq for DeleteNotificationSubscriptionInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteNotificationSubscriptionInput
impl Send for DeleteNotificationSubscriptionInput
impl Sync for DeleteNotificationSubscriptionInput
impl Unpin for DeleteNotificationSubscriptionInput
impl UnwindSafe for DeleteNotificationSubscriptionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more