#[non_exhaustive]pub struct DescribeConfigurationSetOutput { /* private fields */ }Expand description
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.
Implementations§
source§impl DescribeConfigurationSetOutput
impl DescribeConfigurationSetOutput
sourcepub fn configuration_set(&self) -> Option<&ConfigurationSet>
pub fn configuration_set(&self) -> Option<&ConfigurationSet>
The configuration set object associated with the specified configuration set.
sourcepub fn event_destinations(&self) -> Option<&[EventDestination]>
pub fn event_destinations(&self) -> Option<&[EventDestination]>
A list of event destinations associated with the configuration set.
sourcepub fn tracking_options(&self) -> Option<&TrackingOptions>
pub fn tracking_options(&self) -> Option<&TrackingOptions>
The name of the custom open and click tracking domain associated with the configuration set.
sourcepub fn delivery_options(&self) -> Option<&DeliveryOptions>
pub fn delivery_options(&self) -> Option<&DeliveryOptions>
Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).
sourcepub fn reputation_options(&self) -> Option<&ReputationOptions>
pub fn reputation_options(&self) -> Option<&ReputationOptions>
An object that represents the reputation settings for the configuration set.
source§impl DescribeConfigurationSetOutput
impl DescribeConfigurationSetOutput
sourcepub fn builder() -> DescribeConfigurationSetOutputBuilder
pub fn builder() -> DescribeConfigurationSetOutputBuilder
Creates a new builder-style object to manufacture DescribeConfigurationSetOutput.
Trait Implementations§
source§impl Clone for DescribeConfigurationSetOutput
impl Clone for DescribeConfigurationSetOutput
source§fn clone(&self) -> DescribeConfigurationSetOutput
fn clone(&self) -> DescribeConfigurationSetOutput
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<DescribeConfigurationSetOutput> for DescribeConfigurationSetOutput
impl PartialEq<DescribeConfigurationSetOutput> for DescribeConfigurationSetOutput
source§fn eq(&self, other: &DescribeConfigurationSetOutput) -> bool
fn eq(&self, other: &DescribeConfigurationSetOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeConfigurationSetOutput
impl RequestId for DescribeConfigurationSetOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DescribeConfigurationSetOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeConfigurationSetOutput
impl Send for DescribeConfigurationSetOutput
impl Sync for DescribeConfigurationSetOutput
impl Unpin for DescribeConfigurationSetOutput
impl UnwindSafe for DescribeConfigurationSetOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more