AWSSESDescribeReceiptRuleSetResponse
Objective-C
@interface AWSSESDescribeReceiptRuleSetResponse
Swift
class AWSSESDescribeReceiptRuleSetResponse
Represents the details of the specified receipt rule set.
-
The metadata for the receipt rule set, which consists of the rule set name and the timestamp of when the rule set was created.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESReceiptRuleSetMetadata *_Nullable metadata;
Swift
var metadata: AWSSESReceiptRuleSetMetadata? { get set }
-
A list of the receipt rules that belong to the specified receipt rule set.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSESReceiptRule *> *_Nullable rules;
Swift
var rules: [AWSSESReceiptRule]? { get set }