Struct aws_sdk_sesv2::types::VdmAttributes
source · #[non_exhaustive]pub struct VdmAttributes { /* private fields */ }Expand description
The VDM attributes that apply to your Amazon SES account.
Implementations§
source§impl VdmAttributes
impl VdmAttributes
sourcepub fn vdm_enabled(&self) -> Option<&FeatureStatus>
pub fn vdm_enabled(&self) -> Option<&FeatureStatus>
Specifies the status of your VDM configuration. Can be one of the following:
-
ENABLED– Amazon SES enables VDM for your account. -
DISABLED– Amazon SES disables VDM for your account.
sourcepub fn dashboard_attributes(&self) -> Option<&DashboardAttributes>
pub fn dashboard_attributes(&self) -> Option<&DashboardAttributes>
Specifies additional settings for your VDM configuration as applicable to the Dashboard.
sourcepub fn guardian_attributes(&self) -> Option<&GuardianAttributes>
pub fn guardian_attributes(&self) -> Option<&GuardianAttributes>
Specifies additional settings for your VDM configuration as applicable to the Guardian.
source§impl VdmAttributes
impl VdmAttributes
sourcepub fn builder() -> VdmAttributesBuilder
pub fn builder() -> VdmAttributesBuilder
Creates a new builder-style object to manufacture VdmAttributes.
Trait Implementations§
source§impl Clone for VdmAttributes
impl Clone for VdmAttributes
source§fn clone(&self) -> VdmAttributes
fn clone(&self) -> VdmAttributes
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 VdmAttributes
impl Debug for VdmAttributes
source§impl PartialEq<VdmAttributes> for VdmAttributes
impl PartialEq<VdmAttributes> for VdmAttributes
source§fn eq(&self, other: &VdmAttributes) -> bool
fn eq(&self, other: &VdmAttributes) -> bool
This method tests for
self and other values to be equal, and is used
by ==.