Struct rusoto_ses::DescribeReceiptRuleResponse [] [src]

pub struct DescribeReceiptRuleResponse {
    pub rule: Option<ReceiptRule>,
}

Represents the details of a receipt rule.

Fields

A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.

Trait Implementations

impl Default for DescribeReceiptRuleResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeReceiptRuleResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeReceiptRuleResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations