Struct rusoto_ses::ListReceiptFiltersResponse[][src]

pub struct ListReceiptFiltersResponse {
    pub filters: Option<Vec<ReceiptFilter>>,
}

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. Read more

impl Clone for ListReceiptFiltersResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ListReceiptFiltersResponse
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations