Class: Aws::IoTWireless::Types::LoRaWANMulticastGet
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANMulticastGet
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The LoRaWAN information that is to be returned from getting multicast group information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dl_class ⇒ String
DlClass for LoRaWAM, valid values are ClassB and ClassC.
-
#number_of_devices_in_group ⇒ Integer
Number of devices that are associated to the multicast group.
-
#number_of_devices_requested ⇒ Integer
Number of devices that are requested to be associated with the multicast group.
-
#rf_region ⇒ String
Supported RfRegions.
Instance Attribute Details
#dl_class ⇒ String
DlClass for LoRaWAM, valid values are ClassB and ClassC.
4392 4393 4394 4395 4396 4397 4398 4399 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4392 class LoRaWANMulticastGet < Struct.new( :rf_region, :dl_class, :number_of_devices_requested, :number_of_devices_in_group) SENSITIVE = [] include Aws::Structure end |
#number_of_devices_in_group ⇒ Integer
Number of devices that are associated to the multicast group.
4392 4393 4394 4395 4396 4397 4398 4399 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4392 class LoRaWANMulticastGet < Struct.new( :rf_region, :dl_class, :number_of_devices_requested, :number_of_devices_in_group) SENSITIVE = [] include Aws::Structure end |
#number_of_devices_requested ⇒ Integer
Number of devices that are requested to be associated with the multicast group.
4392 4393 4394 4395 4396 4397 4398 4399 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4392 class LoRaWANMulticastGet < Struct.new( :rf_region, :dl_class, :number_of_devices_requested, :number_of_devices_in_group) SENSITIVE = [] include Aws::Structure end |
#rf_region ⇒ String
Supported RfRegions
4392 4393 4394 4395 4396 4397 4398 4399 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4392 class LoRaWANMulticastGet < Struct.new( :rf_region, :dl_class, :number_of_devices_requested, :number_of_devices_in_group) SENSITIVE = [] include Aws::Structure end |