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.
4618 4619 4620 4621 4622 |
# File 'lib/aws-sdk-iot/types.rb', line 4618 class CreateTopicRuleDestinationRequest < Struct.new( :destination_configuration) SENSITIVE = [] include Aws::Structure end |