Class: Aws::IoTWireless::Types::LoRaWANGatewayCurrentVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGatewayCurrentVersion
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
LoRaWANGatewayCurrentVersion object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_version ⇒ Types::LoRaWANGatewayVersion
The version of the gateways that should receive the update.
Instance Attribute Details
#current_version ⇒ Types::LoRaWANGatewayVersion
The version of the gateways that should receive the update.
4231 4232 4233 4234 4235 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4231 class LoRaWANGatewayCurrentVersion < Struct.new( :current_version) SENSITIVE = [] include Aws::Structure end |