Struct rusoto_ses::UpdateAccountSendingEnabledRequest[][src]

pub struct UpdateAccountSendingEnabledRequest {
    pub enabled: Option<bool>,
}

Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.

Fields

Describes whether email sending is enabled or disabled for your Amazon SES account.

Trait Implementations

impl Default for UpdateAccountSendingEnabledRequest
[src]

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

impl Debug for UpdateAccountSendingEnabledRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateAccountSendingEnabledRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateAccountSendingEnabledRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations