Class: Aws::IoT::Types::GetTopicRuleDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetTopicRuleDestinationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic_rule_destination ⇒ Types::TopicRuleDestination
The topic rule destination.
Instance Attribute Details
#topic_rule_destination ⇒ Types::TopicRuleDestination
The topic rule destination.
8132 8133 8134 8135 8136 |
# File 'lib/aws-sdk-iot/types.rb', line 8132 class GetTopicRuleDestinationResponse < Struct.new( :topic_rule_destination) SENSITIVE = [] include Aws::Structure end |