AWSSESDescribeReceiptRuleSetRequest
Objective-C
@interface AWSSESDescribeReceiptRuleSetRequest
Swift
class AWSSESDescribeReceiptRuleSetRequest
Represents a request to return the details of a 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 receipt rule set to describe.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable ruleSetName;
Swift
var ruleSetName: String? { get set }