Struct rusoto_ses::ReceiptRuleSetMetadata [] [src]

pub struct ReceiptRuleSetMetadata {
    pub created_timestamp: Option<Timestamp>,
    pub name: Option<ReceiptRuleSetName>,
}

Information about a receipt rule set.

A receipt rule set is a collection of rules that specify what Amazon SES should do with mail it receives on behalf of your account's verified domains.

For information about setting up receipt rule sets, see the Amazon SES Developer Guide.

Fields

The date and time the receipt rule set was created.

The name of the receipt rule set. 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 ReceiptRuleSetMetadata
[src]

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

impl Debug for ReceiptRuleSetMetadata
[src]

Formats the value using the given formatter.

impl Clone for ReceiptRuleSetMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more