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 name of the RuleSet that 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]

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

impl Debug for StopAction
[src]

Formats the value using the given formatter. Read more

impl Clone for StopAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for StopAction
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for StopAction

impl Sync for StopAction