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]

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

impl Debug for ListVerifiedEmailAddressesResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for ListVerifiedEmailAddressesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListVerifiedEmailAddressesResponse
[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