Class: Aws::Types::LoRaWANUpdateGatewayTaskCreate
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANUpdateGatewayTaskCreate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_version ⇒ Types::LoRaWANGatewayVersion
Returns the value of attribute current_version.
-
#sig_key_crc ⇒ ::Integer
Returns the value of attribute sig_key_crc.
-
#update_signature ⇒ ::String
Returns the value of attribute update_signature.
-
#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.
1541 1542 1543 |
# File 'sig/types.rbs', line 1541 def current_version @current_version end |
#sig_key_crc ⇒ ::Integer
Returns the value of attribute sig_key_crc.
1540 1541 1542 |
# File 'sig/types.rbs', line 1540 def sig_key_crc @sig_key_crc end |
#update_signature ⇒ ::String
Returns the value of attribute update_signature.
1539 1540 1541 |
# File 'sig/types.rbs', line 1539 def update_signature @update_signature end |
#update_version ⇒ Types::LoRaWANGatewayVersion
Returns the value of attribute update_version.
1542 1543 1544 |
# File 'sig/types.rbs', line 1542 def update_version @update_version end |