Struct rusoto_ses::CreateReceiptFilterRequest[][src]

pub struct CreateReceiptFilterRequest {
    pub filter: ReceiptFilter,
}

Represents a request to create a new IP address filter. You use IP address filters when you receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

Fields

A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.

Trait Implementations

impl Default for CreateReceiptFilterRequest
[src]

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

impl Debug for CreateReceiptFilterRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateReceiptFilterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateReceiptFilterRequest
[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