Struct rusoto_ses::GetIdentityDkimAttributesRequest[][src]

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

Represents a request for the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this request also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published. For more information about Easy DKIM, see the Amazon SES Developer Guide.

Fields

A list of one or more verified identities - email addresses, domains, or both.

Trait Implementations

impl Default for GetIdentityDkimAttributesRequest
[src]

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

impl Debug for GetIdentityDkimAttributesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdentityDkimAttributesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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