Class: Aws::IoT::Types::CreateTopicRuleDestinationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4315
4316
4317
4318
4319
# File 'lib/aws-sdk-iot/types.rb', line 4315

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