Class: Aws::IoT::Types::TopicRuleListItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::TopicRuleListItem
 
 
- Defined in:
 - gems/aws-sdk-iot/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.
      16968 16969 16970 16971 16972 16973 16974 16975 16976  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16968 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.
      16968 16969 16970 16971 16972 16973 16974 16975 16976  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16968 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.
      16968 16969 16970 16971 16972 16973 16974 16975 16976  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16968 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.
      16968 16969 16970 16971 16972 16973 16974 16975 16976  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16968 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.
      16968 16969 16970 16971 16972 16973 16974 16975 16976  | 
    
      # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 16968 class TopicRuleListItem < Struct.new( :rule_arn, :rule_name, :topic_pattern, :created_at, :rule_disabled) SENSITIVE = [] include Aws::Structure end  |