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

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

#destination_configurationTypes::TopicRuleDestinationConfiguration

The topic rule destination configuration.



4193
4194
4195
4196
4197
# File 'lib/aws-sdk-iot/types.rb', line 4193

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