Struct rusoto_ses::VerifyDomainIdentityRequest[][src]

pub struct VerifyDomainIdentityRequest {
    pub domain: String,
}

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. Read more

impl Clone for VerifyDomainIdentityRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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