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

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

Overview

LoRaWANUpdateGatewayTaskCreate 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.



4413
4414
4415
4416
4417
4418
4419
4420
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4413

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

#sig_key_crcInteger

The CRC of the signature private key to check.

Returns:

  • (Integer)


4413
4414
4415
4416
4417
4418
4419
4420
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4413

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

#update_signatureString

The signature used to verify the update firmware.

Returns:

  • (String)


4413
4414
4415
4416
4417
4418
4419
4420
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4413

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

#update_versionTypes::LoRaWANGatewayVersion

The firmware version to update the gateway to.



4413
4414
4415
4416
4417
4418
4419
4420
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4413

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