Class: Aws::Types::SidewalkSendDataToDevice
- Inherits:
-
Object
- Object
- Aws::Types::SidewalkSendDataToDevice
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ack_mode_retry_duration_secs ⇒ ::Integer
Returns the value of attribute ack_mode_retry_duration_secs.
-
#message_type ⇒ "CUSTOM_COMMAND_ID_NOTIFY", ...
Returns the value of attribute message_type.
-
#seq ⇒ ::Integer
Returns the value of attribute seq.
Instance Attribute Details
#ack_mode_retry_duration_secs ⇒ ::Integer
Returns the value of attribute ack_mode_retry_duration_secs.
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.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def end |
#seq ⇒ ::Integer
Returns the value of attribute seq.
1882 1883 1884 |
# File 'sig/types.rbs', line 1882 def seq @seq end |