Struct rusoto_ses::ListVerifiedEmailAddressesResponse [] [src]

pub struct ListVerifiedEmailAddressesResponse {
    pub verified_email_addresses: Option<Vec<String>>,
}

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]

[src]

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

impl Debug for ListVerifiedEmailAddressesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListVerifiedEmailAddressesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations