PutConfigurationSetSendingOptionsRequest
public struct PutConfigurationSetSendingOptionsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the configuration set that you want to enable or disable email sending for.
Declaration
Swift
public let configurationSetName: String
-
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(configurationSetName: String, sendingEnabled: Bool? = nil)