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]

[src]

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

impl Debug for VerifyDomainDkimRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VerifyDomainDkimRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations