Struct aws_sdk_sesv2::operation::get_domain_statistics_report::GetDomainStatisticsReportOutput
source · #[non_exhaustive]pub struct GetDomainStatisticsReportOutput { /* private fields */ }Expand description
An object that includes statistics that are related to the domain that you specified.
Implementations§
source§impl GetDomainStatisticsReportOutput
impl GetDomainStatisticsReportOutput
sourcepub fn overall_volume(&self) -> Option<&OverallVolume>
pub fn overall_volume(&self) -> Option<&OverallVolume>
An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate to the EndDate.
sourcepub fn daily_volumes(&self) -> Option<&[DailyVolume]>
pub fn daily_volumes(&self) -> Option<&[DailyVolume]>
An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate and ending on the EndDate.
source§impl GetDomainStatisticsReportOutput
impl GetDomainStatisticsReportOutput
sourcepub fn builder() -> GetDomainStatisticsReportOutputBuilder
pub fn builder() -> GetDomainStatisticsReportOutputBuilder
Creates a new builder-style object to manufacture GetDomainStatisticsReportOutput.
Trait Implementations§
source§impl Clone for GetDomainStatisticsReportOutput
impl Clone for GetDomainStatisticsReportOutput
source§fn clone(&self) -> GetDomainStatisticsReportOutput
fn clone(&self) -> GetDomainStatisticsReportOutput
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 PartialEq<GetDomainStatisticsReportOutput> for GetDomainStatisticsReportOutput
impl PartialEq<GetDomainStatisticsReportOutput> for GetDomainStatisticsReportOutput
source§fn eq(&self, other: &GetDomainStatisticsReportOutput) -> bool
fn eq(&self, other: &GetDomainStatisticsReportOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetDomainStatisticsReportOutput
impl RequestId for GetDomainStatisticsReportOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.