Class: Aws::IoTWireless::Types::LoRaWANMulticastSession
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANMulticastSession
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
The LoRaWAN information used with the multicast session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dl_dr ⇒ Integer
Downlink data rate.
-
#dl_freq ⇒ Integer
Downlink frequency.
-
#ping_slot_period ⇒ Integer
The PingSlotPeriod value.
-
#session_start_time ⇒ Time
Timestamp of when the multicast group session is to start.
-
#session_timeout ⇒ Integer
How long before a multicast group session is to timeout.
Instance Attribute Details
#dl_dr ⇒ Integer
Downlink data rate.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4435 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout, :ping_slot_period) SENSITIVE = [] include Aws::Structure end |
#dl_freq ⇒ Integer
Downlink frequency.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4435 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout, :ping_slot_period) SENSITIVE = [] include Aws::Structure end |
#ping_slot_period ⇒ Integer
The PingSlotPeriod value.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4435 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout, :ping_slot_period) SENSITIVE = [] include Aws::Structure end |
#session_start_time ⇒ Time
Timestamp of when the multicast group session is to start.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4435 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout, :ping_slot_period) SENSITIVE = [] include Aws::Structure end |
#session_timeout ⇒ Integer
How long before a multicast group session is to timeout.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4435 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout, :ping_slot_period) SENSITIVE = [] include Aws::Structure end |