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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ruleTypes::TopicRule

The rule.

Returns:



8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-iot/types.rb', line 8160

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

#rule_arnString

The rule ARN.

Returns:

  • (String)


8160
8161
8162
8163
8164
8165
# File 'lib/aws-sdk-iot/types.rb', line 8160

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