Struct rusoto_ses::GetIdentityMailFromDomainAttributesRequest [] [src]

pub struct GetIdentityMailFromDomainAttributesRequest {
    pub identities: IdentityList,
}

Represents a request to return the Amazon SES custom MAIL FROM attributes for a list of identities. For information about using a custom MAIL FROM domain, see the Amazon SES Developer Guide.

Fields

A list of one or more identities.

Trait Implementations

impl Default for GetIdentityMailFromDomainAttributesRequest
[src]

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

impl Debug for GetIdentityMailFromDomainAttributesRequest
[src]

Formats the value using the given formatter.

impl Clone for GetIdentityMailFromDomainAttributesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more