Class: Aws::IoT::Types::GetTopicRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
The input for the GetTopicRule operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_name ⇒ String
The name of the rule.
Instance Attribute Details
#rule_name ⇒ String
The name of the rule.
8144 8145 8146 8147 8148 |
# File 'lib/aws-sdk-iot/types.rb', line 8144 class GetTopicRuleRequest < Struct.new( :rule_name) SENSITIVE = [] include Aws::Structure end |