Struct rusoto_iot::TopicRuleListItem [] [src]

pub struct TopicRuleListItem {
    pub created_at: Option<CreatedAtDate>,
    pub rule_arn: Option<RuleArn>,
    pub rule_disabled: Option<IsDisabled>,
    pub rule_name: Option<RuleName>,
    pub topic_pattern: Option<TopicPattern>,
}

Describes a rule.

Fields

The date and time the rule was created.

The rule ARN.

Specifies whether the rule is disabled.

The name of the rule.

The pattern for the topic names that apply.

Trait Implementations

impl Default for TopicRuleListItem
[src]

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

impl Debug for TopicRuleListItem
[src]

Formats the value using the given formatter.

impl Clone for TopicRuleListItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more