Struct aws_sdk_sesv2::types::OverallVolume
source · #[non_exhaustive]pub struct OverallVolume { /* private fields */ }Expand description
An object that contains information about email that was sent from the selected domain.
Implementations§
source§impl OverallVolume
impl OverallVolume
sourcepub fn volume_statistics(&self) -> Option<&VolumeStatistics>
pub fn volume_statistics(&self) -> Option<&VolumeStatistics>
An object that contains information about the numbers of messages that arrived in recipients' inboxes and junk mail folders.
sourcepub fn read_rate_percent(&self) -> Option<f64>
pub fn read_rate_percent(&self) -> Option<f64>
The percentage of emails that were sent from the domain that were read by their recipients.
sourcepub fn domain_isp_placements(&self) -> Option<&[DomainIspPlacement]>
pub fn domain_isp_placements(&self) -> Option<&[DomainIspPlacement]>
An object that contains inbox and junk mail placement metrics for individual email providers.
source§impl OverallVolume
impl OverallVolume
sourcepub fn builder() -> OverallVolumeBuilder
pub fn builder() -> OverallVolumeBuilder
Creates a new builder-style object to manufacture OverallVolume.
Trait Implementations§
source§impl Clone for OverallVolume
impl Clone for OverallVolume
source§fn clone(&self) -> OverallVolume
fn clone(&self) -> OverallVolume
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 OverallVolume
impl Debug for OverallVolume
source§impl PartialEq<OverallVolume> for OverallVolume
impl PartialEq<OverallVolume> for OverallVolume
source§fn eq(&self, other: &OverallVolume) -> bool
fn eq(&self, other: &OverallVolume) -> bool
This method tests for
self and other values to be equal, and is used
by ==.