Class: Aws::IoTWireless::Types::LoRaWANMulticastMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANMulticastMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
The metadata information of the LoRaWAN multicast group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#f_port ⇒ Integer
The Fport value.
Instance Attribute Details
#f_port ⇒ Integer
The Fport value.
4489 4490 4491 4492 4493 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4489 class LoRaWANMulticastMetadata < Struct.new( :f_port) SENSITIVE = [] include Aws::Structure end |