Struct rusoto_ses::GetSendQuotaResponse [] [src]

pub struct GetSendQuotaResponse {
    pub max_24_hour_send: Option<Max24HourSend>,
    pub max_send_rate: Option<MaxSendRate>,
    pub sent_last_24_hours: Option<SentLast24Hours>,
}

Represents your Amazon SES daily sending quota, maximum send rate, and the number of emails you have sent in the last 24 hours.

Fields

The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.

The maximum number of emails that Amazon SES can accept from the user's account per second.

The rate at which Amazon SES accepts the user's messages might be less than the maximum send rate.

The number of emails sent during the previous 24 hours.

Trait Implementations

impl Default for GetSendQuotaResponse
[src]

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

impl Debug for GetSendQuotaResponse
[src]

Formats the value using the given formatter.

impl Clone for GetSendQuotaResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more