class Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskCreate

LoRaWANUpdateGatewayTaskCreate object.

@note When making an API call, you may pass LoRaWANUpdateGatewayTaskCreate

data as a hash:

    {
      update_signature: "UpdateSignature",
      sig_key_crc: 1,
      current_version: {
        package_version: "PackageVersion",
        model: "Model",
        station: "Station",
      },
      update_version: {
        package_version: "PackageVersion",
        model: "Model",
        station: "Station",
      },
    }

@!attribute [rw] update_signature

The signature used to verify the update firmware.
@return [String]

@!attribute [rw] sig_key_crc

The CRC of the signature private key to check.
@return [Integer]

@!attribute [rw] current_version

The version of the gateways that should receive the update.
@return [Types::LoRaWANGatewayVersion]

@!attribute [rw] update_version

The firmware version to update the gateway to.
@return [Types::LoRaWANGatewayVersion]

Constants

SENSITIVE