PutAccountSendingAttributesRequest
public struct PutAccountSendingAttributesRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Enables or disables your account’s ability to send email. Set to true to enable email sending, or set to false to disable email sending. If AWS paused your account’s ability to send email, you can’t use this operation to resume your account’s ability to send email.
Declaration
Swift
public let sendingEnabled: Bool?
-
Undocumented
Declaration
Swift
public init(sendingEnabled: Bool? = nil)