#[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() -> GetSendStatisticsOutputBuilder
pub fn builder() -> GetSendStatisticsOutputBuilder
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 ==.source§impl RequestId for GetSendStatisticsOutput
impl RequestId for GetSendStatisticsOutput
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.impl StructuralPartialEq for GetSendStatisticsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetSendStatisticsOutput
impl Send for GetSendStatisticsOutput
impl Sync for GetSendStatisticsOutput
impl Unpin for GetSendStatisticsOutput
impl UnwindSafe for GetSendStatisticsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more