Class: Aws::IoTWireless::Types::GetWirelessGatewayFirmwareInformationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::GetWirelessGatewayFirmwareInformationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANGatewayCurrentVersion
Information about the wireless gateway’s firmware.
Instance Attribute Details
#lo_ra_wan ⇒ Types::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 |