Struct aws_sdk_sesv2::types::DashboardOptions
source · #[non_exhaustive]pub struct DashboardOptions {
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 the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
Implementations§
source§impl DashboardOptions
impl DashboardOptions
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 the configuration set. -
DISABLED– Amazon SES disables engagement metrics for the configuration set.
source§impl DashboardOptions
impl DashboardOptions
sourcepub fn builder() -> DashboardOptionsBuilder
pub fn builder() -> DashboardOptionsBuilder
Creates a new builder-style object to manufacture DashboardOptions.
Trait Implementations§
source§impl Clone for DashboardOptions
impl Clone for DashboardOptions
source§fn clone(&self) -> DashboardOptions
fn clone(&self) -> DashboardOptions
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 DashboardOptions
impl Debug for DashboardOptions
source§impl PartialEq for DashboardOptions
impl PartialEq for DashboardOptions
source§fn eq(&self, other: &DashboardOptions) -> bool
fn eq(&self, other: &DashboardOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DashboardOptions
Auto Trait Implementations§
impl RefUnwindSafe for DashboardOptions
impl Send for DashboardOptions
impl Sync for DashboardOptions
impl Unpin for DashboardOptions
impl UnwindSafe for DashboardOptions
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.