Struct rusoto_ses::ListVerifiedEmailAddressesResponse [] [src]

pub struct ListVerifiedEmailAddressesResponse {
    pub verified_email_addresses: Option<AddressList>,
}

A list of email addresses that you have verified with Amazon SES under your AWS account.

Fields

A list of email addresses that have been verified.

Trait Implementations

impl Default for ListVerifiedEmailAddressesResponse
[src]

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

impl Debug for ListVerifiedEmailAddressesResponse
[src]

Formats the value using the given formatter.

impl Clone for ListVerifiedEmailAddressesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more