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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5278
5279
5280
5281
5282
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5278

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