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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

The input for the GetTopicRule operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rule_nameString

The name of the rule.

Returns:

  • (String)


7819
7820
7821
7822
7823
# File 'lib/aws-sdk-iot/types.rb', line 7819

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