Class: Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANUpdateGatewayTaskEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANUpdateGatewayTaskEntry object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_version ⇒ Types::LoRaWANGatewayVersion
The version of the gateways that should receive the update.
-
#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.
4699 4700 4701 4702 4703 4704 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4699 class LoRaWANUpdateGatewayTaskEntry < Struct.new( :current_version, :update_version) SENSITIVE = [] include Aws::Structure end |
#update_version ⇒ Types::LoRaWANGatewayVersion
The firmware version to update the gateway to.
4699 4700 4701 4702 4703 4704 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 4699 class LoRaWANUpdateGatewayTaskEntry < Struct.new( :current_version, :update_version) SENSITIVE = [] include Aws::Structure end |