ListReceiptFiltersResponse
public struct ListReceiptFiltersResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
Swift
public let filters: [ReceiptFilter]?
-
Undocumented
Declaration
Swift
public init(filters: [ReceiptFilter]? = nil)