Struct aws_sdk_sesv2::types::CloudWatchDestination
source · #[non_exhaustive]pub struct CloudWatchDestination { /* private fields */ }Expand description
An object that defines an Amazon CloudWatch destination for email events. You can use Amazon CloudWatch to monitor and gain insights on your email sending metrics.
Implementations§
source§impl CloudWatchDestination
impl CloudWatchDestination
sourcepub fn dimension_configurations(
&self
) -> Option<&[CloudWatchDimensionConfiguration]>
pub fn dimension_configurations( &self ) -> Option<&[CloudWatchDimensionConfiguration]>
An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
source§impl CloudWatchDestination
impl CloudWatchDestination
sourcepub fn builder() -> CloudWatchDestinationBuilder
pub fn builder() -> CloudWatchDestinationBuilder
Creates a new builder-style object to manufacture CloudWatchDestination.
Trait Implementations§
source§impl Clone for CloudWatchDestination
impl Clone for CloudWatchDestination
source§fn clone(&self) -> CloudWatchDestination
fn clone(&self) -> CloudWatchDestination
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 CloudWatchDestination
impl Debug for CloudWatchDestination
source§impl PartialEq<CloudWatchDestination> for CloudWatchDestination
impl PartialEq<CloudWatchDestination> for CloudWatchDestination
source§fn eq(&self, other: &CloudWatchDestination) -> bool
fn eq(&self, other: &CloudWatchDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.