Struct rusoto_ses::SetReceiptRulePositionRequest [] [src]

pub struct SetReceiptRulePositionRequest {
    pub after: Option<String>,
    pub rule_name: String,
    pub rule_set_name: String,
}

Represents a request to set the position of a receipt rule in 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

The name of the receipt rule after which to place the specified receipt rule.

The name of the receipt rule to reposition.

The name of the receipt rule set that contains the receipt rule to reposition.

Trait Implementations

impl Default for SetReceiptRulePositionRequest
[src]

[src]

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

impl Debug for SetReceiptRulePositionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SetReceiptRulePositionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations