Struct rusoto_events::ListRulesResponse [] [src]

pub struct ListRulesResponse {
    pub next_token: Option<String>,
    pub rules: Option<Vec<Rule>>,
}

Fields

Indicates whether there are additional results to retrieve. If there are no more results, the value is null.

The rules that match the specified criteria.

Trait Implementations

impl Default for ListRulesResponse
[src]

[src]

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

impl Debug for ListRulesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListRulesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations