Struct rusoto_ses::CloudWatchDestination[][src]

pub struct CloudWatchDestination {
    pub dimension_configurations: Vec<CloudWatchDimensionConfiguration>,
}

Contains information associated with an Amazon CloudWatch event destination to which email sending events are published.

Event destinations, such as Amazon CloudWatch, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Fields

A list of dimensions upon which to categorize your emails when you publish email sending events to Amazon CloudWatch.

Trait Implementations

impl Default for CloudWatchDestination
[src]

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

impl Debug for CloudWatchDestination
[src]

Formats the value using the given formatter. Read more

impl Clone for CloudWatchDestination
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CloudWatchDestination
[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