Method: Aws::IoT::Types::Action#location
- Defined in:
- lib/aws-sdk-iot/types.rb
#location ⇒ Types::LocationAction
The Amazon Location Service rule action sends device location updates from an MQTT message to an Amazon Location tracker resource.
191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 |
# File 'lib/aws-sdk-iot/types.rb', line 191 class Action < Struct.new( :dynamo_db, :dynamo_d_bv_2, :lambda, :sns, :sqs, :kinesis, :republish, :s3, :firehose, :cloudwatch_metric, :cloudwatch_alarm, :cloudwatch_logs, :elasticsearch, :salesforce, :iot_analytics, :iot_events, :iot_site_wise, :step_functions, :timestream, :http, :kafka, :open_search, :location) SENSITIVE = [] include Aws::Structure end |