Class: Aws::IoT::Types::DisableTopicRuleRequest

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 DisableTopicRuleRequest data as a hash:

{
  rule_name: "RuleName", # required
}

The input for the DisableTopicRuleRequest operation.

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the rule to disable.

Returns:

  • (String)


4636
4637
4638
4639
# File 'lib/aws-sdk-iot/types.rb', line 4636

class DisableTopicRuleRequest < Struct.new(
  :rule_name)
  include Aws::Structure
end