Struct rusoto_ses::GetIdentityVerificationAttributesRequest[][src]

pub struct GetIdentityVerificationAttributesRequest {
    pub identities: Vec<String>,
}

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. Read more

impl Clone for GetIdentityVerificationAttributesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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