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

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

Overview

The output from the GetTopicRule operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::TopicRule

The rule.

Returns:



7835
7836
7837
7838
7839
7840
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7835

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

#rule_arnString

The rule ARN.

Returns:

  • (String)


7835
7836
7837
7838
7839
7840
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7835

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