Class: Aws::IoTWireless::Types::SidewalkSendDataToDevice
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::SidewalkSendDataToDevice
 
- Defined in:
- gems/aws-sdk-iotwireless/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.
| 5790 5791 5792 5793 5794 5795 5796 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5790 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.
| 5790 5791 5792 5793 5794 5795 5796 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5790 class SidewalkSendDataToDevice < Struct.new( :seq, :message_type, :ack_mode_retry_duration_secs) SENSITIVE = [] include Aws::Structure end | 
#seq ⇒ Integer
The sequence number.
| 5790 5791 5792 5793 5794 5795 5796 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5790 class SidewalkSendDataToDevice < Struct.new( :seq, :message_type, :ack_mode_retry_duration_secs) SENSITIVE = [] include Aws::Structure end |