AWSSESCreateReceiptRuleSetRequest
Objective-C
@interface AWSSESCreateReceiptRuleSetRequest
Swift
class AWSSESCreateReceiptRuleSetRequest
Represents a request to create an empty receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Required parameters: [RuleSetName]
-
The name of the rule set to create. The name must meet the following requirements:
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
Start and end with a letter or number.
Contain 64 characters or fewer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleSetName;
Swift
var ruleSetName: String? { get set }