UpdateConfigurationSetSendingEnabledRequest
public struct UpdateConfigurationSetSendingEnabledRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the configuration set that you want to update.
Declaration
Swift
public let configurationSetName: String -
Describes whether email sending is enabled or disabled for the configuration set.
Declaration
Swift
public let enabled: Bool -
Undocumented
Declaration
Swift
public init(configurationSetName: String, enabled: Bool)
View on GitHub
UpdateConfigurationSetSendingEnabledRequest Structure Reference