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. Read more

impl Clone for DescribeReceiptRuleResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeReceiptRuleResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations