Struct rusoto_ses::CloneReceiptRuleSetRequest [] [src]

pub struct CloneReceiptRuleSetRequest {
    pub original_rule_set_name: String,
    pub rule_set_name: String,
}

Represents a request to create a receipt rule set by cloning an existing one. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

Fields

The name of the rule set to clone.

The name of the rule set to create. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain less than 64 characters.

Trait Implementations

impl Default for CloneReceiptRuleSetRequest
[src]

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

impl Debug for CloneReceiptRuleSetRequest
[src]

Formats the value using the given formatter.

impl Clone for CloneReceiptRuleSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more