Class: Aws::Route53Domains::Types::GetContactReachabilityStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::GetContactReachabilityStatusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53domains/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain for which you want to know whether the registrant contact has confirmed that the email address is valid.
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 |