Class: Aws::IoTWireless::Types::GetMulticastGroupSessionResponse

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

#lo_ra_wanTypes::LoRaWANMulticastSession

The LoRaWAN information used with the multicast session.



2188
2189
2190
2191
2192
# File 'lib/aws-sdk-iotwireless/types.rb', line 2188

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