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