Class: Aws::IoTWireless::Types::SessionKeysAbpV1_1
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SessionKeysAbpV1_1
- 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
-
#app_s_key ⇒ String
The AppSKey value.
-
#f_nwk_s_int_key ⇒ String
The FNwkSIntKey value.
-
#nwk_s_enc_key ⇒ String
The NwkSEncKey value.
-
#s_nwk_s_int_key ⇒ String
The SNwkSIntKey value.
Instance Attribute Details
#app_s_key ⇒ String
The AppSKey value.
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_key ⇒ String
The FNwkSIntKey value.
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_key ⇒ String
The NwkSEncKey value.
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_key ⇒ String
The SNwkSIntKey value.
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 |