Class: Aws::Types::SidewalkSendDataToDevice

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ack_mode_retry_duration_secs ⇒ ::Integer

Returns the value of attribute ack_mode_retry_duration_secs.

Returns:

  • (::Integer)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def ack_mode_retry_duration_secs
  @ack_mode_retry_duration_secs
end

#message_type ⇒ "CUSTOM_COMMAND_ID_NOTIFY", ...

Returns the value of attribute message_type.

Returns:

  • ("CUSTOM_COMMAND_ID_NOTIFY", "CUSTOM_COMMAND_ID_GET", "CUSTOM_COMMAND_ID_SET", "CUSTOM_COMMAND_ID_RESP")


1883
1884
1885
# File 'sig/types.rbs', line 1883

def message_type
  @message_type
end

#seq ⇒ ::Integer

Returns the value of attribute seq.

Returns:

  • (::Integer)


1882
1883
1884
# File 'sig/types.rbs', line 1882

def seq
  @seq
end