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]

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

impl Debug for DescribeReceiptRuleResponse
[src]

Formats the value using the given formatter.

impl Clone for DescribeReceiptRuleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more