ResendContactReachabilityEmailResponse
public struct ResendContactReachabilityEmailResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The domain name for which you requested a confirmation email.
Declaration
Swift
public let domainName: String?
-
The email address for the registrant contact at the time that we sent the verification email.
Declaration
Swift
public let emailAddress: String?
-
True if the email address for the registrant contact has already been verified, and false otherwise. If the email address has already been verified, we don’t send another confirmation email.
Declaration
Swift
public let isAlreadyVerified: Bool?
-
Undocumented
Declaration
Swift
public init(domainName: String? = nil, emailAddress: String? = nil, isAlreadyVerified: Bool? = nil)