Struct rusoto_ses::VerifyDomainIdentityRequest [] [src]

pub struct VerifyDomainIdentityRequest {
    pub domain: Domain,
}

Represents a request to begin Amazon SES domain verification and to generate the TXT records that you must publish to the DNS server of your domain to complete the verification. For information about domain verification, see the Amazon SES Developer Guide.

Fields

The domain to be verified.

Trait Implementations

impl Default for VerifyDomainIdentityRequest
[src]

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

impl Debug for VerifyDomainIdentityRequest
[src]

Formats the value using the given formatter.

impl Clone for VerifyDomainIdentityRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more