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)


5481
5482
5483
5484
5485
# File 'lib/aws-sdk-iotwireless/types.rb', line 5481

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