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

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

Instance Attribute Details

#rule_nameString

The name of the topic rule to enable.

Returns:

  • (String)


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