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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:email_address]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The domain name for which you requested a confirmation email.

Returns:

  • (String)


2525
2526
2527
2528
2529
2530
2531
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2525

class ResendContactReachabilityEmailResponse < Struct.new(
  :domain_name,
  :email_address,
  :is_already_verified)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#email_addressString

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

Returns:

  • (String)


2525
2526
2527
2528
2529
2530
2531
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2525

class ResendContactReachabilityEmailResponse < Struct.new(
  :domain_name,
  :email_address,
  :is_already_verified)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#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)


2525
2526
2527
2528
2529
2530
2531
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2525

class ResendContactReachabilityEmailResponse < Struct.new(
  :domain_name,
  :email_address,
  :is_already_verified)
  SENSITIVE = [:email_address]
  include Aws::Structure
end