Struct aws_sdk_sesv2::types::CloudWatchDestination
source · #[non_exhaustive]pub struct CloudWatchDestination {
pub dimension_configurations: Vec<CloudWatchDimensionConfiguration>,
}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.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.dimension_configurations: Vec<CloudWatchDimensionConfiguration>An array of objects that define the dimensions to use when you send email events to Amazon CloudWatch.
Implementations§
source§impl CloudWatchDestination
impl CloudWatchDestination
sourcepub fn dimension_configurations(&self) -> &[CloudWatchDimensionConfiguration]
pub fn dimension_configurations(&self) -> &[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 for CloudWatchDestination
impl PartialEq 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 ==.impl StructuralPartialEq for CloudWatchDestination
Auto Trait Implementations§
impl RefUnwindSafe for CloudWatchDestination
impl Send for CloudWatchDestination
impl Sync for CloudWatchDestination
impl Unpin for CloudWatchDestination
impl UnwindSafe for CloudWatchDestination
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.