Class: Aws::Types::SessionKeysAbpV1_0_x
- Inherits:
-
Object
- Object
- Aws::Types::SessionKeysAbpV1_0_x
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_s_key ⇒ ::String
Returns the value of attribute app_s_key.
-
#nwk_s_key ⇒ ::String
Returns the value of attribute nwk_s_key.
Instance Attribute Details
#app_s_key ⇒ ::String
Returns the value of attribute app_s_key.
1780 1781 1782 |
# File 'sig/types.rbs', line 1780 def app_s_key @app_s_key end |
#nwk_s_key ⇒ ::String
Returns the value of attribute nwk_s_key.
1779 1780 1781 |
# File 'sig/types.rbs', line 1779 def nwk_s_key @nwk_s_key end |