Struct rusoto_iot::ListTopicRulesRequest [] [src]

pub struct ListTopicRulesRequest {
    pub max_results: Option<MaxResults>,
    pub next_token: Option<NextToken>,
    pub rule_disabled: Option<IsDisabled>,
    pub topic: Option<Topic>,
}

The input for the ListTopicRules operation.

Fields

The maximum number of results to return.

A token used to retrieve the next value.

Specifies whether the rule is disabled.

The topic.

Trait Implementations

impl Default for ListTopicRulesRequest
[src]

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

impl Debug for ListTopicRulesRequest
[src]

Formats the value using the given formatter.

impl Clone for ListTopicRulesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more