Struct aws_sdk_ses::model::ConfigurationSet
source · #[non_exhaustive]pub struct ConfigurationSet { /* private fields */ }
Expand description
The name of the configuration set.
Configuration sets let you create groups of rules that you can apply to the emails you send using Amazon SES. For more information about using configuration sets, see Using Amazon SES Configuration Sets in the Amazon SES Developer Guide.
Implementations§
source§impl ConfigurationSet
impl ConfigurationSet
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigurationSet
.
Trait Implementations§
source§impl Clone for ConfigurationSet
impl Clone for ConfigurationSet
source§fn clone(&self) -> ConfigurationSet
fn clone(&self) -> ConfigurationSet
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ConfigurationSet
impl Debug for ConfigurationSet
source§impl PartialEq<ConfigurationSet> for ConfigurationSet
impl PartialEq<ConfigurationSet> for ConfigurationSet
source§fn eq(&self, other: &ConfigurationSet) -> bool
fn eq(&self, other: &ConfigurationSet) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.