AWSSESUpdateAccountSendingEnabledRequest
Objective-C
@interface AWSSESUpdateAccountSendingEnabledRequest
Swift
class AWSSESUpdateAccountSendingEnabledRequest
Represents a request to enable or disable the email sending capabilities for your entire Amazon SES account.
-
Describes whether email sending is enabled or disabled for your Amazon SES account in the current Amazon Web Services Region.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable enabled;
Swift
var enabled: NSNumber? { get set }