Struct rusoto_ses::ListReceiptRuleSetsRequest[][src]

pub struct ListReceiptRuleSetsRequest {
    pub next_token: Option<String>,
}

Represents a request to list the receipt rule sets that exist under your AWS account. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

Fields

A token returned from a previous call to ListReceiptRuleSets to indicate the position in the receipt rule set list.

Trait Implementations

impl Default for ListReceiptRuleSetsRequest
[src]

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

impl Debug for ListReceiptRuleSetsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for ListReceiptRuleSetsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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