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)


5048
5049
5050
5051
5052
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5048

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