SendCustomVerificationEmailRequest
public struct SendCustomVerificationEmailRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Name of a configuration set to use when sending the verification email.
Declaration
Swift
public let configurationSetName: String? -
The email address to verify.
Declaration
Swift
public let emailAddress: String -
The name of the custom verification email template to use when sending the verification email.
Declaration
Swift
public let templateName: String -
Undocumented
Declaration
Swift
public init(configurationSetName: String? = nil, emailAddress: String, templateName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
SendCustomVerificationEmailRequest Structure Reference