Struct rusoto_ses::GetSendStatisticsResponse [] [src]

pub struct GetSendStatisticsResponse {
    pub send_data_points: Option<SendDataPointList>,
}

Represents a list of data points. This list contains aggregated data from the previous two weeks of your sending activity with Amazon SES.

Fields

A list of data points, each of which represents 15 minutes of activity.

Trait Implementations

impl Default for GetSendStatisticsResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for GetSendStatisticsResponse
[src]

Formats the value using the given formatter.

impl Clone for GetSendStatisticsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more