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

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

#lo_ra_wanTypes::LoRaWANMulticastSession

The LoRaWAN information used with the multicast session.



2120
2121
2122
2123
2124
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2120

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