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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5743
5744
5745
5746
5747
5748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5743

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.



5743
5744
5745
5746
5747
5748
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5743

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