Class: Aws::IoTWireless::Types::StartMulticastGroupSessionRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the multicast group.

Returns:

  • (String)


5850
5851
5852
5853
5854
5855
# File 'lib/aws-sdk-iotwireless/types.rb', line 5850

class StartMulticastGroupSessionRequest < Struct.new(
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANMulticastSession

The LoRaWAN information used with the multicast session.



5850
5851
5852
5853
5854
5855
# File 'lib/aws-sdk-iotwireless/types.rb', line 5850

class StartMulticastGroupSessionRequest < Struct.new(
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end