Struct rusoto_ses::StopAction [] [src]

pub struct StopAction {
    pub scope: String,
    pub topic_arn: Option<String>,
}

When included in a receipt rule, this action terminates the evaluation of the receipt rule set and, optionally, publishes a notification to Amazon Simple Notification Service (Amazon SNS).

For information about setting a stop action in a receipt rule, see the Amazon SES Developer Guide.

Fields

The scope to which the Stop action applies. That is, what is being stopped.

The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken. An example of an Amazon SNS topic ARN is arn:aws:sns:us-west-2:123456789012:MyTopic. For more information about Amazon SNS topics, see the Amazon SNS Developer Guide.

Trait Implementations

impl Default for StopAction
[src]

[src]

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

impl Debug for StopAction
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StopAction
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StopAction

impl Sync for StopAction