Class: Aws::IoT::Types::GetTopicRuleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The output from the GetTopicRule operation.
Instance Attribute Summary collapse
-
#rule ⇒ Types::TopicRule
The rule.
-
#rule_arn ⇒ String
The rule ARN.
Instance Attribute Details
#rule ⇒ Types::TopicRule
The rule.
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_arn ⇒ String
The rule ARN.
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 |