SendingOptions
public struct SendingOptions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.
Declaration
Swift
public let sendingEnabled: Bool? -
Undocumented
Declaration
Swift
public init(sendingEnabled: Bool? = nil)
View on GitHub
SendingOptions Structure Reference