Struct rusoto_ses::DeleteConfigurationSetRequest [] [src]

pub struct DeleteConfigurationSetRequest {
    pub configuration_set_name: ConfigurationSetName,
}

Represents a request to delete 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

The name of the configuration set to delete.

Trait Implementations

impl Default for DeleteConfigurationSetRequest
[src]

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

impl Debug for DeleteConfigurationSetRequest
[src]

Formats the value using the given formatter.

impl Clone for DeleteConfigurationSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more