Class: Aws::IoTWireless::Types::SidewalkSendDataToDevice

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

Information about a Sidewalk router.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ack_mode_retry_duration_secsInteger

The duration of time in seconds to retry sending the ACK.

Returns:

  • (Integer)


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_typeString

Sidewalk device message type. Default value is ‘CUSTOM_COMMAND_ID_NOTIFY`.

Returns:

  • (String)


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

#seqInteger

The sequence number.

Returns:

  • (Integer)


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