Class: Aws::Route53Domains::Types::ResendContactReachabilityEmailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ResendContactReachabilityEmailRequest
- 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 Route 53 to resend a confirmation email to the registrant contact.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.
2537 2538 2539 2540 2541 |
# File 'lib/aws-sdk-route53domains/types.rb', line 2537 class ResendContactReachabilityEmailRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |