Struct rusoto_ses::GetIdentityDkimAttributesResponse[][src]

pub struct GetIdentityDkimAttributesResponse {
    pub dkim_attributes: HashMap<String, IdentityDkimAttributes>,
}

Represents the status of Amazon SES Easy DKIM signing for an identity. For domain identities, this response also contains the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES successfully verified that these tokens were published.

Fields

The DKIM attributes for an email address or a domain.

Trait Implementations

impl Default for GetIdentityDkimAttributesResponse
[src]

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

impl Debug for GetIdentityDkimAttributesResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdentityDkimAttributesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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