Class: Aws::IoT::Types::CreateTopicRuleDestinationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateTopicRuleDestinationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_configuration ⇒ Types::TopicRuleDestinationConfiguration
The topic rule destination configuration.
Instance Attribute Details
#destination_configuration ⇒ Types::TopicRuleDestinationConfiguration
The topic rule destination configuration.
4305 4306 4307 4308 4309 |
# File 'lib/aws-sdk-iot/types.rb', line 4305 class CreateTopicRuleDestinationRequest < Struct.new( :destination_configuration) SENSITIVE = [] include Aws::Structure end |