Class: Aws::IoTWireless::Types::LoRaWANGatewayCurrentVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANGatewayCurrentVersion
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-iotwireless/types.rb', line 4231 class LoRaWANGatewayCurrentVersion < Struct.new( :current_version) SENSITIVE = [] include Aws::Structure end |