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.
7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-iot/types.rb', line 7328 class EnableTopicRuleRequest < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end |