NotificationOptions
public struct NotificationOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Text value to be included in the email body.
Declaration
Swift
public let emailMessage: String? -
Boolean value to indicate an email notification should be sent to the receipients.
Declaration
Swift
public let sendEmail: Bool? -
Undocumented
Declaration
Swift
public init(emailMessage: String? = nil, sendEmail: Bool? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
NotificationOptions Structure Reference