Struct aws_sdk_ses::input::DescribeConfigurationSetInput
source · #[non_exhaustive]pub struct DescribeConfigurationSetInput { /* private fields */ }
Expand description
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.
Implementations§
source§impl DescribeConfigurationSetInput
impl DescribeConfigurationSetInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationSet, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConfigurationSet, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeConfigurationSet
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeConfigurationSetInput
.
source§impl DescribeConfigurationSetInput
impl DescribeConfigurationSetInput
sourcepub fn configuration_set_name(&self) -> Option<&str>
pub fn configuration_set_name(&self) -> Option<&str>
The name of the configuration set to describe.
sourcepub fn configuration_set_attribute_names(
&self
) -> Option<&[ConfigurationSetAttribute]>
pub fn configuration_set_attribute_names(
&self
) -> Option<&[ConfigurationSetAttribute]>
A list of configuration set attributes to return.
Trait Implementations§
source§impl Clone for DescribeConfigurationSetInput
impl Clone for DescribeConfigurationSetInput
source§fn clone(&self) -> DescribeConfigurationSetInput
fn clone(&self) -> DescribeConfigurationSetInput
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 PartialEq<DescribeConfigurationSetInput> for DescribeConfigurationSetInput
impl PartialEq<DescribeConfigurationSetInput> for DescribeConfigurationSetInput
source§fn eq(&self, other: &DescribeConfigurationSetInput) -> bool
fn eq(&self, other: &DescribeConfigurationSetInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.