Struct rusoto_ses::ListReceiptFiltersResponse [] [src]

pub struct ListReceiptFiltersResponse {
    pub filters: Option<ReceiptFilterList>,
}

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

Fields

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.

Trait Implementations

impl Default for ListReceiptFiltersResponse
[src]

Returns the "default value" for a type. Read more

impl Debug for ListReceiptFiltersResponse
[src]

Formats the value using the given formatter.

impl Clone for ListReceiptFiltersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more