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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the topic rule to enable.

Returns:

  • (String)


8843
8844
8845
8846
8847
# File 'lib/aws-sdk-iot/types.rb', line 8843

class EnableTopicRuleRequest < Struct.new(
  :rule_name)
  SENSITIVE = []
  include Aws::Structure
end