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]

[src]

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

impl Debug for ListReceiptFiltersResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListReceiptFiltersResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations