Class: Aws::IoT::Types::DeleteTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteTopicRuleRequest
- Defined in:
- gems/aws-sdk-iot/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.
5358 5359 5360 5361 5362 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5358 class DeleteTopicRuleRequest < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end |