AWSSESCreateReceiptFilterRequest
Objective-C
@interface AWSSESCreateReceiptFilterRequest
Swift
class AWSSESCreateReceiptFilterRequest
Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Required parameters: [Filter]
-
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
Declaration
Objective-C
@property (nonatomic, strong) AWSSESReceiptFilter *_Nullable filter;
Swift
var filter: AWSSESReceiptFilter? { get set }