NotifyEmailType
public struct NotifyEmailType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The HTML body.
Declaration
Swift
public let htmlBody: String?
-
The subject.
Declaration
Swift
public let subject: String
-
The text body.
Declaration
Swift
public let textBody: String?
-
Undocumented
Declaration
Swift
public init(htmlBody: String? = nil, subject: String, textBody: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws