Class: Aws::IoTWireless::Types::SendDataToWirelessDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SendDataToWirelessDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the wireless device to receive the data.
-
#payload_data ⇒ String
The binary to be sent to the end device, encoded in base64.
-
#transmit_mode ⇒ Integer
The transmit mode to use to send data to the wireless device.
-
#wireless_metadata ⇒ Types::WirelessMetadata
Metadata about the message request.
Instance Attribute Details
#id ⇒ String
The ID of the wireless device to receive the data.
5265 5266 5267 5268 5269 5270 5271 5272 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5265 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#payload_data ⇒ String
The binary to be sent to the end device, encoded in base64.
5265 5266 5267 5268 5269 5270 5271 5272 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5265 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#transmit_mode ⇒ Integer
The transmit mode to use to send data to the wireless device. Can be: ‘0` for UM (unacknowledge mode) or `1` for AM (acknowledge mode).
5265 5266 5267 5268 5269 5270 5271 5272 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5265 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |
#wireless_metadata ⇒ Types::WirelessMetadata
Metadata about the message request.
5265 5266 5267 5268 5269 5270 5271 5272 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5265 class SendDataToWirelessDeviceRequest < Struct.new( :id, :transmit_mode, :payload_data, :wireless_metadata) SENSITIVE = [] include Aws::Structure end |