Class: Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskEntry

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

Overview

LoRaWANUpdateGatewayTaskEntry object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_versionTypes::LoRaWANGatewayVersion

The version of the gateways that should receive the update.



4699
4700
4701
4702
4703
4704
# File 'lib/aws-sdk-iotwireless/types.rb', line 4699

class LoRaWANUpdateGatewayTaskEntry < Struct.new(
  :current_version,
  :update_version)
  SENSITIVE = []
  include Aws::Structure
end

#update_versionTypes::LoRaWANGatewayVersion

The firmware version to update the gateway to.



4699
4700
4701
4702
4703
4704
# File 'lib/aws-sdk-iotwireless/types.rb', line 4699

class LoRaWANUpdateGatewayTaskEntry < Struct.new(
  :current_version,
  :update_version)
  SENSITIVE = []
  include Aws::Structure
end