You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::TopicRuleListItem

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a rule.

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the rule was created.

Returns:

  • (Time)

    The date and time the rule was created.

#rule_arnString

The rule ARN.

Returns:

  • (String)

    The rule ARN.

#rule_disabledBoolean

Specifies whether the rule is disabled.

Returns:

  • (Boolean)

    Specifies whether the rule is disabled.

#rule_nameString

The name of the rule.

Returns:

  • (String)

    The name of the rule.

#topic_patternString

The pattern for the topic names that apply.

Returns:

  • (String)

    The pattern for the topic names that apply.