Struct rusoto_events::ListRulesRequest [] [src]

pub struct ListRulesRequest {
    pub limit: Option<i64>,
    pub name_prefix: Option<String>,
    pub next_token: Option<String>,
}

Fields

The maximum number of results to return.

The prefix matching the rule name.

The token returned by a previous call to retrieve the next set of results.

Trait Implementations

impl Default for ListRulesRequest
[src]

[src]

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

impl Debug for ListRulesRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListRulesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations