VerificationMessageTemplateType
public struct VerificationMessageTemplateType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The default email option.
Declaration
Swift
public let defaultEmailOption: DefaultEmailOptionType?
-
The email message template.
Declaration
Swift
public let emailMessage: String?
-
The email message template for sending a confirmation link to the user.
Declaration
Swift
public let emailMessageByLink: String?
-
The subject line for the email message template.
Declaration
Swift
public let emailSubject: String?
-
The subject line for the email message template for sending a confirmation link to the user.
Declaration
Swift
public let emailSubjectByLink: String?
-
The SMS message template.
Declaration
Swift
public let smsMessage: String?
-
init(defaultEmailOption:emailMessage:emailMessageByLink:emailSubject:emailSubjectByLink:smsMessage:)
Undocumented
Declaration
Swift
public init(defaultEmailOption: DefaultEmailOptionType? = nil, emailMessage: String? = nil, emailMessageByLink: String? = nil, emailSubject: String? = nil, emailSubjectByLink: String? = nil, smsMessage: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws