Struct rusoto_ses::DeleteReceiptFilterRequest[][src]

pub struct DeleteReceiptFilterRequest {
    pub filter_name: String,
}

Represents a request to delete an 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

The name of the IP address filter to delete.

Trait Implementations

impl Default for DeleteReceiptFilterRequest
[src]

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

impl Debug for DeleteReceiptFilterRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteReceiptFilterRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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