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