AWSSESDescribeActiveReceiptRuleSetResponse

Objective-C

@interface AWSSESDescribeActiveReceiptRuleSetResponse

Swift

class AWSSESDescribeActiveReceiptRuleSetResponse

Represents the metadata and receipt rules for the receipt rule set that is currently active.

  • The metadata for the currently active receipt rule set. The metadata consists of the rule set name and a timestamp of when the rule set was created.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSSESReceiptRuleSetMetadata *_Nullable metadata;

    Swift

    var metadata: AWSSESReceiptRuleSetMetadata? { get set }
  • The receipt rules that belong to the active rule set.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSESReceiptRule *> *_Nullable rules;

    Swift

    var rules: [AWSSESReceiptRule]? { get set }