#[non_exhaustive]pub struct DeleteNotificationSubscriptionInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for DeleteNotificationSubscriptionInput
impl Clone for DeleteNotificationSubscriptionInput
source§fn clone(&self) -> DeleteNotificationSubscriptionInput
fn clone(&self) -> DeleteNotificationSubscriptionInput
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 PartialEq<DeleteNotificationSubscriptionInput> for DeleteNotificationSubscriptionInput
impl PartialEq<DeleteNotificationSubscriptionInput> for DeleteNotificationSubscriptionInput
source§fn eq(&self, other: &DeleteNotificationSubscriptionInput) -> bool
fn eq(&self, other: &DeleteNotificationSubscriptionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.