Class: Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskCreate

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

Overview

LoRaWANUpdateGatewayTaskCreate object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_version ⇒ Types::LoRaWANGatewayVersion

The version of the gateways that should receive the update.



4897
4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotwireless/types.rb', line 4897

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

#sig_key_crc ⇒ Integer

The CRC of the signature private key to check.

Returns:

  • (Integer)


4897
4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotwireless/types.rb', line 4897

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

#update_signature ⇒ String

The signature used to verify the update firmware.

Returns:

  • (String)


4897
4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotwireless/types.rb', line 4897

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

#update_version ⇒ Types::LoRaWANGatewayVersion

The firmware version to update the gateway to.



4897
4898
4899
4900
4901
4902
4903
4904
# File 'lib/aws-sdk-iotwireless/types.rb', line 4897

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