Class: Aws::IoTWireless::Types::SessionKeysAbpV1_1

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

Session keys for ABP v1.1

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_s_keyString

The AppSKey value.

Returns:

  • (String)


5448
5449
5450
5451
5452
5453
5454
5455
# File 'lib/aws-sdk-iotwireless/types.rb', line 5448

class SessionKeysAbpV1_1 < Struct.new(
  :f_nwk_s_int_key,
  :s_nwk_s_int_key,
  :nwk_s_enc_key,
  :app_s_key)
  SENSITIVE = []
  include Aws::Structure
end

#f_nwk_s_int_keyString

The FNwkSIntKey value.

Returns:

  • (String)


5448
5449
5450
5451
5452
5453
5454
5455
# File 'lib/aws-sdk-iotwireless/types.rb', line 5448

class SessionKeysAbpV1_1 < Struct.new(
  :f_nwk_s_int_key,
  :s_nwk_s_int_key,
  :nwk_s_enc_key,
  :app_s_key)
  SENSITIVE = []
  include Aws::Structure
end

#nwk_s_enc_keyString

The NwkSEncKey value.

Returns:

  • (String)


5448
5449
5450
5451
5452
5453
5454
5455
# File 'lib/aws-sdk-iotwireless/types.rb', line 5448

class SessionKeysAbpV1_1 < Struct.new(
  :f_nwk_s_int_key,
  :s_nwk_s_int_key,
  :nwk_s_enc_key,
  :app_s_key)
  SENSITIVE = []
  include Aws::Structure
end

#s_nwk_s_int_keyString

The SNwkSIntKey value.

Returns:

  • (String)


5448
5449
5450
5451
5452
5453
5454
5455
# File 'lib/aws-sdk-iotwireless/types.rb', line 5448

class SessionKeysAbpV1_1 < Struct.new(
  :f_nwk_s_int_key,
  :s_nwk_s_int_key,
  :nwk_s_enc_key,
  :app_s_key)
  SENSITIVE = []
  include Aws::Structure
end