You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Route53Domains::Types::ResendContactReachabilityEmailResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name for which you requested a confirmation email.

Returns:

  • (String)

    The domain name for which you requested a confirmation email.

#email_addressString

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

Returns:

  • (String)

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

#is_already_verifiedBoolean

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.

Returns:

  • (Boolean)

    True if the email address for the registrant contact has already been verified, and false otherwise.