Struct aws_sdk_sesv2::types::DailyVolume
source · #[non_exhaustive]pub struct DailyVolume { /* private fields */ }Expand description
An object that contains information about the volume of email sent on each day of the analysis period.
Implementations§
source§impl DailyVolume
impl DailyVolume
sourcepub fn start_date(&self) -> Option<&DateTime>
pub fn start_date(&self) -> Option<&DateTime>
The date that the DailyVolume metrics apply to, in Unix time.
sourcepub fn volume_statistics(&self) -> Option<&VolumeStatistics>
pub fn volume_statistics(&self) -> Option<&VolumeStatistics>
An object that contains inbox placement metrics for a specific day in the analysis period.
sourcepub fn domain_isp_placements(&self) -> Option<&[DomainIspPlacement]>
pub fn domain_isp_placements(&self) -> Option<&[DomainIspPlacement]>
An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient's email provider.
source§impl DailyVolume
impl DailyVolume
sourcepub fn builder() -> DailyVolumeBuilder
pub fn builder() -> DailyVolumeBuilder
Creates a new builder-style object to manufacture DailyVolume.
Trait Implementations§
source§impl Clone for DailyVolume
impl Clone for DailyVolume
source§fn clone(&self) -> DailyVolume
fn clone(&self) -> DailyVolume
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 DailyVolume
impl Debug for DailyVolume
source§impl PartialEq<DailyVolume> for DailyVolume
impl PartialEq<DailyVolume> for DailyVolume
source§fn eq(&self, other: &DailyVolume) -> bool
fn eq(&self, other: &DailyVolume) -> bool
This method tests for
self and other values to be equal, and is used
by ==.