Class: Aws::IoT::Types::EnableTopicRuleRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rule_nameString

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