Class: Aws::IoT::Types::GetTopicRuleRequest

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

{
  rule_name: "RuleName", # required
}

The input for the GetTopicRule operation.

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the rule.

Returns:

  • (String)


5266
5267
5268
5269
# File 'lib/aws-sdk-iot/types.rb', line 5266

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