Class: Aws::Route53Domains::Types::GetContactReachabilityStatusRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.

Returns:

  • (String)


1450
1451
1452
1453
1454
# File 'lib/aws-sdk-route53domains/types.rb', line 1450

class GetContactReachabilityStatusRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end