Struct rusoto_ses::VerifyDomainIdentityResponse [] [src]

pub struct VerifyDomainIdentityResponse {
    pub verification_token: VerificationToken,
}

Returns a TXT record that you must publish to the DNS server of your domain to complete domain verification with Amazon SES.

Fields

A TXT record that must be placed in the DNS settings for the domain, in order to complete domain verification.

Trait Implementations

impl Default for VerifyDomainIdentityResponse
[src]

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

impl Debug for VerifyDomainIdentityResponse
[src]

Formats the value using the given formatter.

impl Clone for VerifyDomainIdentityResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more