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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5341
5342
5343
5344
5345
5346
5347
5348
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5341

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)


5341
5342
5343
5344
5345
5346
5347
5348
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5341

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)


5341
5342
5343
5344
5345
5346
5347
5348
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5341

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)


5341
5342
5343
5344
5345
5346
5347
5348
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5341

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