Struct rusoto_ses::VerifyDomainDkimRequest[][src]

pub struct VerifyDomainDkimRequest {
    pub domain: String,
}

Represents a request to generate the CNAME records needed to set up Easy DKIM with Amazon SES. For more information about setting up Easy DKIM, see the Amazon SES Developer Guide.

Fields

The name of the domain to be verified for Easy DKIM signing.

Trait Implementations

impl Default for VerifyDomainDkimRequest
[src]

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

impl Debug for VerifyDomainDkimRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for VerifyDomainDkimRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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