Class: Aws::IoTWireless::Types::LoRaWANGatewayCurrentVersion

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

Overview

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



4016
4017
4018
4019
4020
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4016

class LoRaWANGatewayCurrentVersion < Struct.new(
  :current_version)
  SENSITIVE = []
  include Aws::Structure
end