Struct rusoto_ses::ReceiptFilter [] [src]

pub struct ReceiptFilter {
    pub ip_filter: ReceiptIpFilter,
    pub name: String,
}

A receipt IP address filter enables you to specify whether to accept or reject mail originating from an IP address or range of IP addresses.

For information about setting up IP address filters, see the Amazon SES Developer Guide.

Fields

A structure that provides the IP addresses to block or allow, and whether to block or allow incoming mail from them.

The name of the IP address filter. The name must:

  • Contain only ASCII letters (a-z, A-Z), numbers (0-9), periods (.), underscores (_), or dashes (-).

  • Start and end with a letter or number.

  • Contain less than 64 characters.

Trait Implementations

impl Default for ReceiptFilter
[src]

[src]

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

impl Debug for ReceiptFilter
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReceiptFilter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ReceiptFilter

impl Sync for ReceiptFilter