Class: Aws::Route53Domains::Types::ResendContactReachabilityEmailRequest

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 Route 53 to resend a confirmation email to the registrant contact.

Returns:

  • (String)


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