AWSSESSetActiveReceiptRuleSetRequest
Objective-C
@interface AWSSESSetActiveReceiptRuleSetRequest
Swift
class AWSSESSetActiveReceiptRuleSetRequest
Represents a request to set a receipt rule set as the active receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
-
The name of the receipt rule set to make active. Setting this value to null disables all email receiving.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleSetName;
Swift
var ruleSetName: String? { get set }