Class: Aws::IoT::Types::GetTopicRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleResponse
- 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
-
#rule ⇒ Types::TopicRule
The rule.
-
#rule_arn ⇒ String
The rule ARN.
Instance Attribute Details
#rule ⇒ Types::TopicRule
The rule.
8142 8143 8144 8145 8146 8147 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8142 class GetTopicRuleResponse < Struct.new( :rule_arn, :rule) SENSITIVE = [] include Aws::Structure end |
#rule_arn ⇒ String
The rule ARN.
8142 8143 8144 8145 8146 8147 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 8142 class GetTopicRuleResponse < Struct.new( :rule_arn, :rule) SENSITIVE = [] include Aws::Structure end |