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.
4407 4408 4409 4410 4411 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4407 class LoRaWANMulticastMetadata < Struct.new( :f_port) SENSITIVE = [] include Aws::Structure end |