Class: Aws::IoTWireless::Types::LoRaWANMulticastSession
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANMulticastSession
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass LoRaWANMulticastSession data as a hash:
{
dl_dr: 1,
dl_freq: 1,
session_start_time: Time.now,
session_timeout: 1,
}
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.
-
#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.
4196 4197 4198 4199 4200 4201 4202 4203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4196 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout) SENSITIVE = [] include Aws::Structure end |
#dl_freq ⇒ Integer
Downlink frequency.
4196 4197 4198 4199 4200 4201 4202 4203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4196 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout) SENSITIVE = [] include Aws::Structure end |
#session_start_time ⇒ Time
Timestamp of when the multicast group session is to start.
4196 4197 4198 4199 4200 4201 4202 4203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4196 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout) SENSITIVE = [] include Aws::Structure end |
#session_timeout ⇒ Integer
How long before a multicast group session is to timeout.
4196 4197 4198 4199 4200 4201 4202 4203 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4196 class LoRaWANMulticastSession < Struct.new( :dl_dr, :dl_freq, :session_start_time, :session_timeout) SENSITIVE = [] include Aws::Structure end |