Class: Aws::IoTWireless::Types::LoRaWANGatewayVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGatewayVersion
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass LoRaWANGatewayVersion data as a hash:
{
package_version: "PackageVersion",
model: "Model",
station: "Station",
}
LoRaWANGatewayVersion object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model ⇒ String
The model number of the wireless gateway.
-
#package_version ⇒ String
The version of the wireless gateway firmware.
-
#station ⇒ String
The basic station version of the wireless gateway.
Instance Attribute Details
#model ⇒ String
The model number of the wireless gateway.
3930 3931 3932 3933 3934 3935 3936 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3930 class LoRaWANGatewayVersion < Struct.new( :package_version, :model, :station) SENSITIVE = [] include Aws::Structure end |
#package_version ⇒ String
The version of the wireless gateway firmware.
3930 3931 3932 3933 3934 3935 3936 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3930 class LoRaWANGatewayVersion < Struct.new( :package_version, :model, :station) SENSITIVE = [] include Aws::Structure end |
#station ⇒ String
The basic station version of the wireless gateway.
3930 3931 3932 3933 3934 3935 3936 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3930 class LoRaWANGatewayVersion < Struct.new( :package_version, :model, :station) SENSITIVE = [] include Aws::Structure end |