Struct rusoto_ses::UpdateConfigurationSetEventDestinationRequest [] [src]

pub struct UpdateConfigurationSetEventDestinationRequest {
    pub configuration_set_name: String,
    pub event_destination: EventDestination,
}

Represents a request to update the event destination of 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 that you want to update.

The event destination object that you want to apply to the specified configuration set.

Trait Implementations

impl Default for UpdateConfigurationSetEventDestinationRequest
[src]

[src]

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

impl Debug for UpdateConfigurationSetEventDestinationRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateConfigurationSetEventDestinationRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations