ResendContactReachabilityEmailRequest
public struct ResendContactReachabilityEmailRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.
Declaration
Swift
public let domainName: String?
-
Undocumented
Declaration
Swift
public init(domainName: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws