Struct aws_sdk_sesv2::types::DashboardAttributes
source · #[non_exhaustive]pub struct DashboardAttributes { /* private fields */ }Expand description
An object containing additional settings for your VDM configuration as applicable to the Dashboard.
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<DashboardAttributes> for DashboardAttributes
impl PartialEq<DashboardAttributes> 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 ==.