Class: Aws::IoT::Types::DisableTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DisableTopicRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the DisableTopicRuleRequest operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the rule to disable.
Instance Attribute Details
#rule_name ⇒ String
The name of the rule to disable.
7023 7024 7025 7026 7027 |
# File 'lib/aws-sdk-iot/types.rb', line 7023 class DisableTopicRuleRequest < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end |