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]

[src]

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

impl Debug for ListReceiptRuleSetsRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListReceiptRuleSetsRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations