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