Class: Aws::IoT::Types::TopicRuleListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TopicRuleListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes a rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time the rule was created.
-
#rule_arn ⇒ String
The rule ARN.
-
#rule_disabled ⇒ Boolean
Specifies whether the rule is disabled.
-
#rule_name ⇒ String
The name of the rule.
-
#topic_pattern ⇒ String
The pattern for the topic names that apply.
Instance Attribute Details
#created_at ⇒ Time
The date and time the rule was created.
16113 16114 16115 16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-iot/types.rb', line 16113 class TopicRuleListItem < Struct.new( :rule_arn, :rule_name, :topic_pattern, :created_at, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The rule ARN.
16113 16114 16115 16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-iot/types.rb', line 16113 class TopicRuleListItem < Struct.new( :rule_arn, :rule_name, :topic_pattern, :created_at, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#rule_disabled ⇒ Boolean
Specifies whether the rule is disabled.
16113 16114 16115 16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-iot/types.rb', line 16113 class TopicRuleListItem < Struct.new( :rule_arn, :rule_name, :topic_pattern, :created_at, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the rule.
16113 16114 16115 16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-iot/types.rb', line 16113 class TopicRuleListItem < Struct.new( :rule_arn, :rule_name, :topic_pattern, :created_at, :rule_disabled) SENSITIVE = [] include Aws::Structure end |
#topic_pattern ⇒ String
The pattern for the topic names that apply.
16113 16114 16115 16116 16117 16118 16119 16120 16121 |
# File 'lib/aws-sdk-iot/types.rb', line 16113 class TopicRuleListItem < Struct.new( :rule_arn, :rule_name, :topic_pattern, :created_at, :rule_disabled) SENSITIVE = [] include Aws::Structure end |