Class: Aws::IoTWireless::Types::SessionKeysAbpV1_0_x
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SessionKeysAbpV1_0_x
- 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.
-
#nwk_s_key ⇒ String
The NwkSKey value.
Instance Attribute Details
#app_s_key ⇒ String
The AppSKey value.
5423 5424 5425 5426 5427 5428 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5423 class SessionKeysAbpV1_0_x < Struct.new( :nwk_s_key, :app_s_key) SENSITIVE = [] include Aws::Structure end |
#nwk_s_key ⇒ String
The NwkSKey value.
5423 5424 5425 5426 5427 5428 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5423 class SessionKeysAbpV1_0_x < Struct.new( :nwk_s_key, :app_s_key) SENSITIVE = [] include Aws::Structure end |