Class: Aws::IoTWireless::Types::LoRaWANMulticastMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#f_portInteger

The Fport value.

Returns:

  • (Integer)


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