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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4439
4440
4441
4442
4443
4444
4445
# File 'lib/aws-sdk-iotwireless/types.rb', line 4439

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

#participating_gatewaysTypes::ParticipatingGatewaysMulticast

Specify the list of gateways to which you want to send the multicast downlink messages. The multicast message will be sent to each gateway in the sequence provided in the list.



4439
4440
4441
4442
4443
4444
4445
# File 'lib/aws-sdk-iotwireless/types.rb', line 4439

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

#rf_regionString

Supported RfRegions

Returns:

  • (String)


4439
4440
4441
4442
4443
4444
4445
# File 'lib/aws-sdk-iotwireless/types.rb', line 4439

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