Struct aws_sdk_ses::output::GetSendStatisticsOutput
source · #[non_exhaustive]pub struct GetSendStatisticsOutput { /* private fields */ }
Expand description
Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.
Implementations§
source§impl GetSendStatisticsOutput
impl GetSendStatisticsOutput
sourcepub fn send_data_points(&self) -> Option<&[SendDataPoint]>
pub fn send_data_points(&self) -> Option<&[SendDataPoint]>
A list of data points, each of which represents 15 minutes of activity.
source§impl GetSendStatisticsOutput
impl GetSendStatisticsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSendStatisticsOutput
.
Trait Implementations§
source§impl Clone for GetSendStatisticsOutput
impl Clone for GetSendStatisticsOutput
source§fn clone(&self) -> GetSendStatisticsOutput
fn clone(&self) -> GetSendStatisticsOutput
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 GetSendStatisticsOutput
impl Debug for GetSendStatisticsOutput
source§impl PartialEq<GetSendStatisticsOutput> for GetSendStatisticsOutput
impl PartialEq<GetSendStatisticsOutput> for GetSendStatisticsOutput
source§fn eq(&self, other: &GetSendStatisticsOutput) -> bool
fn eq(&self, other: &GetSendStatisticsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.