Class: Aws::IoT::Types::CreateTopicRuleDestinationRequest

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

#destination_configurationTypes::TopicRuleDestinationConfiguration

The topic rule destination configuration.



4653
4654
4655
4656
4657
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4653

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