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

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



4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4617

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

#update_versionTypes::LoRaWANGatewayVersion

The firmware version to update the gateway to.



4617
4618
4619
4620
4621
4622
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4617

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