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