Class: Aws::IoT::Types::GetTopicRuleResponse

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

Overview

The output from the GetTopicRule operation.

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::TopicRule

The rule.

Returns:



5281
5282
5283
5284
5285
# File 'lib/aws-sdk-iot/types.rb', line 5281

class GetTopicRuleResponse < Struct.new(
  :rule_arn,
  :rule)
  include Aws::Structure
end

#rule_arnString

The rule ARN.

Returns:

  • (String)


5281
5282
5283
5284
5285
# File 'lib/aws-sdk-iot/types.rb', line 5281

class GetTopicRuleResponse < Struct.new(
  :rule_arn,
  :rule)
  include Aws::Structure
end