Class: Aws::IoTWireless::Types::LoRaWANMulticast

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

The LoRaWAN information that is to be used with the multicast group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dl_classString

DlClass for LoRaWAM, valid values are ClassB and ClassC.

Returns:

  • (String)


4365
4366
4367
4368
4369
4370
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4365

class LoRaWANMulticast < Struct.new(
  :rf_region,
  :dl_class)
  SENSITIVE = []
  include Aws::Structure
end

#rf_regionString

Supported RfRegions

Returns:

  • (String)


4365
4366
4367
4368
4369
4370
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4365

class LoRaWANMulticast < Struct.new(
  :rf_region,
  :dl_class)
  SENSITIVE = []
  include Aws::Structure
end