AWSSESListReceiptRuleSetsResponse
Objective-C
@interface AWSSESListReceiptRuleSetsResponse
Swift
class AWSSESListReceiptRuleSetsResponse
A list of receipt rule sets that exist under your Amazon Web Services account.
-
A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of
ListReceiptRuleSets
to retrieve up to 100 receipt rule sets at a time.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSSESReceiptRuleSetMetadata *> *_Nullable ruleSets;
Swift
var ruleSets: [AWSSESReceiptRuleSetMetadata]? { get set }