Class: Aws::IoT::Types::EnableTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::EnableTopicRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the EnableTopicRuleRequest operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the topic rule to enable.
Instance Attribute Details
#rule_name ⇒ String
The name of the topic rule to enable.
7136 7137 7138 7139 7140 |
# File 'lib/aws-sdk-iot/types.rb', line 7136 class EnableTopicRuleRequest < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end |