Class: Aws::IoTWireless::Types::SendDataToWirelessDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SendDataToWirelessDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The ID of the message sent to the wireless device.
Instance Attribute Details
#message_id ⇒ String
The ID of the message sent to the wireless device.
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 |