Struct aws_sdk_sesv2::types::DashboardAttributes
source · #[non_exhaustive]pub struct DashboardAttributes {
pub engagement_metrics: Option<FeatureStatus>,
}Expand description
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
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.engagement_metrics: Option<FeatureStatus>Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED– Amazon SES enables engagement metrics for your account. -
DISABLED– Amazon SES disables engagement metrics for your account.
Implementations§
source§impl DashboardAttributes
impl DashboardAttributes
sourcepub fn engagement_metrics(&self) -> Option<&FeatureStatus>
pub fn engagement_metrics(&self) -> Option<&FeatureStatus>
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
-
ENABLED– Amazon SES enables engagement metrics for your account. -
DISABLED– Amazon SES disables engagement metrics for your account.
source§impl DashboardAttributes
impl DashboardAttributes
sourcepub fn builder() -> DashboardAttributesBuilder
pub fn builder() -> DashboardAttributesBuilder
Creates a new builder-style object to manufacture DashboardAttributes.
Trait Implementations§
source§impl Clone for DashboardAttributes
impl Clone for DashboardAttributes
source§fn clone(&self) -> DashboardAttributes
fn clone(&self) -> DashboardAttributes
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 DashboardAttributes
impl Debug for DashboardAttributes
source§impl PartialEq for DashboardAttributes
impl PartialEq for DashboardAttributes
source§fn eq(&self, other: &DashboardAttributes) -> bool
fn eq(&self, other: &DashboardAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DashboardAttributes
Auto Trait Implementations§
impl RefUnwindSafe for DashboardAttributes
impl Send for DashboardAttributes
impl Sync for DashboardAttributes
impl Unpin for DashboardAttributes
impl UnwindSafe for DashboardAttributes
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.