Struct rusoto_ses::DescribeConfigurationSetRequest [] [src]

pub struct DescribeConfigurationSetRequest {
    pub configuration_set_attribute_names: Option<ConfigurationSetAttributeList>,
    pub configuration_set_name: ConfigurationSetName,
}

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

A list of configuration set attributes to return.

The name of the configuration set to describe.

Trait Implementations

impl Default for DescribeConfigurationSetRequest
[src]

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

impl Debug for DescribeConfigurationSetRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeConfigurationSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more