Class: Aws::IoTWireless::Types::SendDataToWirelessDeviceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_idString

The ID of the message sent to the wireless device.

Returns:

  • (String)


5385
5386
5387
5388
5389
# File 'lib/aws-sdk-iotwireless/types.rb', line 5385

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