Class: Aws::IoT::Types::DeleteTopicRuleRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DeleteTopicRuleRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
The input for the DeleteTopicRule operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #rule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the rule.
 
Instance Attribute Details
#rule_name ⇒ String
The name of the rule.
      4812 4813 4814 4815 4816  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 4812 class DeleteTopicRuleRequest < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end  |