Struct rusoto_ses::ReorderReceiptRuleSetRequest [] [src]

pub struct ReorderReceiptRuleSetRequest {
    pub rule_names: ReceiptRuleNamesList,
    pub rule_set_name: ReceiptRuleSetName,
}

Represents a request to reorder the receipt rules within a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

Fields

A list of the specified receipt rule set's receipt rules in the order that you want to put them.

The name of the receipt rule set to reorder.

Trait Implementations

impl Default for ReorderReceiptRuleSetRequest
[src]

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

impl Debug for ReorderReceiptRuleSetRequest
[src]

Formats the value using the given formatter.

impl Clone for ReorderReceiptRuleSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more