ListReceiptFiltersResponse class

A list of IP address filters that exist under your AWS account.

Constructors

ListReceiptFiltersResponse({List<ReceiptFilter>? filters})
ListReceiptFiltersResponse.fromXml(XmlElement elem)
factory

Properties

filters List<ReceiptFilter>?
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.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited