AWSSESListReceiptFiltersResponse

Objective-C

@interface AWSSESListReceiptFiltersResponse

Swift

class AWSSESListReceiptFiltersResponse

A list of IP address filters that exist under your Amazon Web Services account.

  • A list of IP address filter data structures, which each consist of a name, an IP address range, and whether to allow or block mail from it.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSSESReceiptFilter *> *_Nullable filters;

    Swift

    var filters: [AWSSESReceiptFilter]? { get set }