Class: Aws::IoT::Types::CreateTopicRuleDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateTopicRuleDestinationResponse
- Defined in:
- gems/aws-sdk-iot/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.
4628 4629 4630 4631 4632 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4628 class CreateTopicRuleDestinationResponse < Struct.new( :topic_rule_destination) SENSITIVE = [] include Aws::Structure end |