Class: Aws::IoTWireless::Types::LoRaWANMulticastGet

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

Instance Attribute Details

#dl_classString

DlClass for LoRaWAM, valid values are ClassB and ClassC.

Returns:

  • (String)


4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-iotwireless/types.rb', line 4473

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

#number_of_devices_in_groupInteger

Number of devices that are associated to the multicast group.

Returns:

  • (Integer)


4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-iotwireless/types.rb', line 4473

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

#number_of_devices_requestedInteger

Number of devices that are requested to be associated with the multicast group.

Returns:

  • (Integer)


4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-iotwireless/types.rb', line 4473

class LoRaWANMulticastGet < Struct.new(
  :rf_region,
  :dl_class,
  :number_of_devices_requested,
  :number_of_devices_in_group,
  :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.



4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-iotwireless/types.rb', line 4473

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

#rf_regionString

Supported RfRegions

Returns:

  • (String)


4473
4474
4475
4476
4477
4478
4479
4480
4481
# File 'lib/aws-sdk-iotwireless/types.rb', line 4473

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