Method: Aws::IoTEvents::Types::Action#iot_topic_publish
- Defined in:
- lib/aws-sdk-iotevents/types.rb
#iot_topic_publish ⇒ Types::IotTopicPublishAction
Publishes an MQTT message with the given topic to the AWS IoT message broker.
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 |
# File 'lib/aws-sdk-iotevents/types.rb', line 113 class Action < Struct.new( :set_variable, :sns, :iot_topic_publish, :set_timer, :clear_timer, :reset_timer, :lambda, :iot_events, :sqs, :firehose, :dynamo_db, :dynamo_d_bv_2, :iot_site_wise) SENSITIVE = [] include Aws::Structure end |