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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#ack_mode_retry_duration_secsInteger

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

Returns:

  • (Integer)


5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5604

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)


5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5604

class SidewalkSendDataToDevice < Struct.new(
  :seq,
  :message_type,
  :ack_mode_retry_duration_secs)
  SENSITIVE = []
  include Aws::Structure
end

#seqInteger

The sequence number.

Returns:

  • (Integer)


5604
5605
5606
5607
5608
5609
5610
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5604

class SidewalkSendDataToDevice < Struct.new(
  :seq,
  :message_type,
  :ack_mode_retry_duration_secs)
  SENSITIVE = []
  include Aws::Structure
end