Class: Aws::IoTWireless::Types::SidewalkSendDataToDevice
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkSendDataToDevice
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Information about a Sidewalk router.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ack_mode_retry_duration_secs ⇒ Integer
The duration of time in seconds to retry sending the ACK.
-
#message_type ⇒ String
Sidewalk device message type.
-
#seq ⇒ Integer
The sequence number.
Instance Attribute Details
#ack_mode_retry_duration_secs ⇒ Integer
The duration of time in seconds to retry sending the ACK.
5711 5712 5713 5714 5715 5716 5717 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5711 class SidewalkSendDataToDevice < Struct.new( :seq, :message_type, :ack_mode_retry_duration_secs) SENSITIVE = [] include Aws::Structure end |
#message_type ⇒ String
Sidewalk device message type. Default value is ‘CUSTOM_COMMAND_ID_NOTIFY`.
5711 5712 5713 5714 5715 5716 5717 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5711 class SidewalkSendDataToDevice < Struct.new( :seq, :message_type, :ack_mode_retry_duration_secs) SENSITIVE = [] include Aws::Structure end |
#seq ⇒ Integer
The sequence number.
5711 5712 5713 5714 5715 5716 5717 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5711 class SidewalkSendDataToDevice < Struct.new( :seq, :message_type, :ack_mode_retry_duration_secs) SENSITIVE = [] include Aws::Structure end |