Struct rusoto_ses::ConfigurationSet [] [src]

pub struct ConfigurationSet {
    pub name: String,
}

The name of the configuration set.

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Fields

The name of the configuration set. The name must:

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

  • Contain less than 64 characters.

Trait Implementations

impl Default for ConfigurationSet
[src]

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

impl Debug for ConfigurationSet
[src]

Formats the value using the given formatter.

impl Clone for ConfigurationSet
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more