Struct aws_sdk_sesv2::operation::get_domain_statistics_report::GetDomainStatisticsReportOutput
source · #[non_exhaustive]pub struct GetDomainStatisticsReportOutput {
pub overall_volume: Option<OverallVolume>,
pub daily_volumes: Vec<DailyVolume>,
/* private fields */
}Expand description
An object that includes statistics that are related to the domain that you specified.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.overall_volume: 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.
daily_volumes: Vec<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.
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) -> &[DailyVolume]
pub fn daily_volumes(&self) -> &[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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for GetDomainStatisticsReportOutput
impl PartialEq for GetDomainStatisticsReportOutput
source§fn eq(&self, other: &GetDomainStatisticsReportOutput) -> bool
fn eq(&self, other: &GetDomainStatisticsReportOutput) -> bool
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>
None if the service could not be reached.