Struct rusoto_ses::CreateConfigurationSetRequest [] [src]

pub struct CreateConfigurationSetRequest {
    pub configuration_set: ConfigurationSet,
}

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

Fields

A data structure that contains the name of the configuration set.

Trait Implementations

impl Default for CreateConfigurationSetRequest
[src]

[src]

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

impl Debug for CreateConfigurationSetRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateConfigurationSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations