Struct aws_sdk_sesv2::types::GuardianAttributes
source · #[non_exhaustive]pub struct GuardianAttributes {
pub optimized_shared_delivery: Option<FeatureStatus>,
}Expand description
An object containing additional settings for your VDM configuration as applicable to the Guardian.
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.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.
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 for GuardianAttributes
impl PartialEq 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 ==.impl StructuralPartialEq for GuardianAttributes
Auto Trait Implementations§
impl RefUnwindSafe for GuardianAttributes
impl Send for GuardianAttributes
impl Sync for GuardianAttributes
impl Unpin for GuardianAttributes
impl UnwindSafe for GuardianAttributes
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.