Struct rusoto_iot::DisableTopicRuleRequest [] [src]

pub struct DisableTopicRuleRequest {
    pub rule_name: String,
}

The input for the DisableTopicRuleRequest operation.

Fields

The name of the rule to disable.

Trait Implementations

impl Default for DisableTopicRuleRequest
[src]

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

impl Debug for DisableTopicRuleRequest
[src]

Formats the value using the given formatter.

impl Clone for DisableTopicRuleRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more