ReceiptFilter
public struct ReceiptFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.
Declaration
Swift
public let ipFilter: ReceiptIpFilter
-
The name of the IP address filter. The name must: This value can only contain ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-). Start and end with a letter or number. Contain less than 64 characters.
Declaration
Swift
public let name: String
-
Undocumented
Declaration
Swift
public init(ipFilter: ReceiptIpFilter, name: String)