Class: Aws::IoTWireless::Types::GetWirelessGatewayFirmwareInformationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lo_ra_wanTypes::LoRaWANGatewayCurrentVersion

Information about the wireless gateway’s firmware.



2846
2847
2848
2849
2850
# File 'lib/aws-sdk-iotwireless/types.rb', line 2846

class GetWirelessGatewayFirmwareInformationResponse < Struct.new(
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end