Class: Aws::IoTWireless::Types::LoRaWANGatewayVersion

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

Overview

LoRaWANGatewayVersion object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#modelString

The model number of the wireless gateway.

Returns:

  • (String)


4205
4206
4207
4208
4209
4210
4211
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4205

class LoRaWANGatewayVersion < Struct.new(
  :package_version,
  :model,
  :station)
  SENSITIVE = []
  include Aws::Structure
end

#package_versionString

The version of the wireless gateway firmware.

Returns:

  • (String)


4205
4206
4207
4208
4209
4210
4211
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4205

class LoRaWANGatewayVersion < Struct.new(
  :package_version,
  :model,
  :station)
  SENSITIVE = []
  include Aws::Structure
end

#stationString

The basic station version of the wireless gateway.

Returns:

  • (String)


4205
4206
4207
4208
4209
4210
4211
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4205

class LoRaWANGatewayVersion < Struct.new(
  :package_version,
  :model,
  :station)
  SENSITIVE = []
  include Aws::Structure
end