Class: Aws::Types::LoRaWANUpdateGatewayTaskCreate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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