Class: Aws::IoT::Types::DeleteTopicRuleRequest

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

{
  rule_name: "RuleName", # required
}

The input for the DeleteTopicRule operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the rule.

Returns:

  • (String)


6301
6302
6303
6304
6305
# File 'lib/aws-sdk-iot/types.rb', line 6301

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