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