Struct rusoto_ses::DescribeConfigurationSetResponse [] [src]

pub struct DescribeConfigurationSetResponse {
    pub configuration_set: Option<ConfigurationSet>,
    pub event_destinations: Option<Vec<EventDestination>>,
}

Represents the details 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 configuration set object associated with the specified configuration set.

A list of event destinations associated with the configuration set.

Trait Implementations

impl Default for DescribeConfigurationSetResponse
[src]

[src]

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

impl Debug for DescribeConfigurationSetResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeConfigurationSetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations