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]

[src]

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

impl Debug for GetIdentityDkimAttributesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for GetIdentityDkimAttributesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations