Class: Aws::Types::LoRaWANMulticastSession
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANMulticastSession
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dl_dr ⇒ ::Integer
Returns the value of attribute dl_dr.
-
#dl_freq ⇒ ::Integer
Returns the value of attribute dl_freq.
-
#ping_slot_period ⇒ ::Integer
Returns the value of attribute ping_slot_period.
-
#session_start_time ⇒ ::Time
Returns the value of attribute session_start_time.
-
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
Instance Attribute Details
#dl_dr ⇒ ::Integer
Returns the value of attribute dl_dr.
1487 1488 1489 |
# File 'sig/types.rbs', line 1487 def dl_dr @dl_dr end |
#dl_freq ⇒ ::Integer
Returns the value of attribute dl_freq.
1488 1489 1490 |
# File 'sig/types.rbs', line 1488 def dl_freq @dl_freq end |
#ping_slot_period ⇒ ::Integer
Returns the value of attribute ping_slot_period.
1491 1492 1493 |
# File 'sig/types.rbs', line 1491 def ping_slot_period @ping_slot_period end |
#session_start_time ⇒ ::Time
Returns the value of attribute session_start_time.
1489 1490 1491 |
# File 'sig/types.rbs', line 1489 def session_start_time @session_start_time end |
#session_timeout ⇒ ::Integer
Returns the value of attribute session_timeout.
1490 1491 1492 |
# File 'sig/types.rbs', line 1490 def session_timeout @session_timeout end |