Struct aws_sdk_ses::input::DeleteReceiptRuleInput
source · #[non_exhaustive]pub struct DeleteReceiptRuleInput { /* private fields */ }
Expand description
Represents a request to delete a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Implementations§
source§impl DeleteReceiptRuleInput
impl DeleteReceiptRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReceiptRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteReceiptRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteReceiptRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteReceiptRuleInput
.
Trait Implementations§
source§impl Clone for DeleteReceiptRuleInput
impl Clone for DeleteReceiptRuleInput
source§fn clone(&self) -> DeleteReceiptRuleInput
fn clone(&self) -> DeleteReceiptRuleInput
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 DeleteReceiptRuleInput
impl Debug for DeleteReceiptRuleInput
source§impl PartialEq<DeleteReceiptRuleInput> for DeleteReceiptRuleInput
impl PartialEq<DeleteReceiptRuleInput> for DeleteReceiptRuleInput
source§fn eq(&self, other: &DeleteReceiptRuleInput) -> bool
fn eq(&self, other: &DeleteReceiptRuleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.