Class: Aws::IoTWireless::Types::GetMulticastGroupSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetMulticastGroupSessionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANMulticastSession
The LoRaWAN information used with the multicast session.
Instance Attribute Details
#lo_ra_wan ⇒ Types::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 |