Class: Aws::Route53Domains::Types::ResendContactReachabilityEmailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Domains::Types::ResendContactReachabilityEmailRequest
- Defined in:
- gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb
Overview
Note:
When making an API call, you may pass ResendContactReachabilityEmailRequest data as a hash:
{
domain_name: "DomainName",
}
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.
2442 2443 2444 2445 2446 |
# File 'gems/aws-sdk-route53domains/lib/aws-sdk-route53domains/types.rb', line 2442 class ResendContactReachabilityEmailRequest < Struct.new( :domain_name) SENSITIVE = [] include Aws::Structure end |