Class: Aws::IoT::Types::EnableTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::EnableTopicRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Note:
When making an API call, you may pass EnableTopicRuleRequest data as a hash:
{
rule_name: "RuleName", # required
}
The input for the EnableTopicRuleRequest operation.
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.
4845 4846 4847 4848 |
# File 'lib/aws-sdk-iot/types.rb', line 4845 class EnableTopicRuleRequest < Struct.new( :rule_name) include Aws::Structure end |