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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


7031
7032
7033
7034
7035
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7031

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