Class: Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskCreate
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskCreate
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANUpdateGatewayTaskCreate object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_version ⇒ Types::LoRaWANGatewayVersion
The version of the gateways that should receive the update.
-
#sig_key_crc ⇒ Integer
The CRC of the signature private key to check.
-
#update_signature ⇒ String
The signature used to verify the update firmware.
-
#update_version ⇒ Types::LoRaWANGatewayVersion
The firmware version to update the gateway to.
Instance Attribute Details
#current_version ⇒ Types::LoRaWANGatewayVersion
The version of the gateways that should receive the update.
4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4680 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.
4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4680 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.
4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4680 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.
4680 4681 4682 4683 4684 4685 4686 4687 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4680 class LoRaWANUpdateGatewayTaskCreate < Struct.new( :update_signature, :sig_key_crc, :current_version, :update_version) SENSITIVE = [] include Aws::Structure end |