Class: Aws::IoT::Types::GetTopicRuleDestinationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#topic_rule_destinationTypes::TopicRuleDestination

The topic rule destination.



7807
7808
7809
7810
7811
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7807

class GetTopicRuleDestinationResponse < Struct.new(
  :topic_rule_destination)
  SENSITIVE = []
  include Aws::Structure
end