Class: Aws::Types::LoRaWANUpdateGatewayTaskEntry
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANUpdateGatewayTaskEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ Types::LoRaWANGatewayVersion
Returns the value of attribute current_version.
-
#update_version ⇒ Types::LoRaWANGatewayVersion
Returns the value of attribute update_version.
Instance Attribute Details
#current_version ⇒ Types::LoRaWANGatewayVersion
Returns the value of attribute current_version.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def current_version @current_version end |
#update_version ⇒ Types::LoRaWANGatewayVersion
Returns the value of attribute update_version.
1548 1549 1550 |
# File 'sig/types.rbs', line 1548 def update_version @update_version end |