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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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.



2778
2779
2780
2781
2782
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2778

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