Struct rusoto_ses::GetIdentityVerificationAttributesRequest [] [src]

pub struct GetIdentityVerificationAttributesRequest {
    pub identities: IdentityList,
}

Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.

Fields

A list of identities.

Trait Implementations

impl Default for GetIdentityVerificationAttributesRequest
[src]

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

impl Debug for GetIdentityVerificationAttributesRequest
[src]

Formats the value using the given formatter.

impl Clone for GetIdentityVerificationAttributesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more