Class: Aws::IoTWireless::Types::LoRaWANMulticastMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANMulticastMetadata
- Defined in:
- gems/aws-sdk-iotwireless/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.
4505 4506 4507 4508 4509 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4505 class LoRaWANMulticastMetadata < Struct.new( :f_port) SENSITIVE = [] include Aws::Structure end |