Struct aws_sdk_sesv2::types::ReputationOptions
source · #[non_exhaustive]pub struct ReputationOptions { /* private fields */ }Expand description
Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current Amazon Web Services Region.
Implementations§
source§impl ReputationOptions
impl ReputationOptions
sourcepub fn reputation_metrics_enabled(&self) -> bool
pub fn reputation_metrics_enabled(&self) -> bool
If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
sourcepub fn last_fresh_start(&self) -> Option<&DateTime>
pub fn last_fresh_start(&self) -> Option<&DateTime>
The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
source§impl ReputationOptions
impl ReputationOptions
sourcepub fn builder() -> ReputationOptionsBuilder
pub fn builder() -> ReputationOptionsBuilder
Creates a new builder-style object to manufacture ReputationOptions.
Trait Implementations§
source§impl Clone for ReputationOptions
impl Clone for ReputationOptions
source§fn clone(&self) -> ReputationOptions
fn clone(&self) -> ReputationOptions
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 ReputationOptions
impl Debug for ReputationOptions
source§impl PartialEq<ReputationOptions> for ReputationOptions
impl PartialEq<ReputationOptions> for ReputationOptions
source§fn eq(&self, other: &ReputationOptions) -> bool
fn eq(&self, other: &ReputationOptions) -> bool
This method tests for
self and other values to be equal, and is used
by ==.