Struct rusoto_ses::DescribeReceiptRuleSetResponse [] [src]

pub struct DescribeReceiptRuleSetResponse {
    pub metadata: Option<ReceiptRuleSetMetadata>,
    pub rules: Option<Vec<ReceiptRule>>,
}

Represents the details of the specified receipt rule set.

Fields

The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.

A list of the receipt rules that belong to the specified receipt rule set.

Trait Implementations

impl Default for DescribeReceiptRuleSetResponse
[src]

[src]

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

impl Debug for DescribeReceiptRuleSetResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeReceiptRuleSetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more