Struct rusoto_route53domains::ResendContactReachabilityEmailResponse [] [src]

pub struct ResendContactReachabilityEmailResponse {
    pub domain_name: Option<DomainName>,
    pub email_address: Option<Email>,
    pub is_already_verified: Option<Boolean>,
}

Fields

The domain name for which you requested a confirmation email.

The email address for the registrant contact at the time that we sent the verification email.

True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don't send another confirmation email.

Trait Implementations

impl Default for ResendContactReachabilityEmailResponse
[src]

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

impl Debug for ResendContactReachabilityEmailResponse
[src]

Formats the value using the given formatter.

impl Clone for ResendContactReachabilityEmailResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more