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