Class: Aws::Types::SessionKeysAbpV1_1
- Inherits:
-
Object
- Object
- Aws::Types::SessionKeysAbpV1_1
- 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.
-
#f_nwk_s_int_key ⇒ ::String
Returns the value of attribute f_nwk_s_int_key.
-
#nwk_s_enc_key ⇒ ::String
Returns the value of attribute nwk_s_enc_key.
-
#s_nwk_s_int_key ⇒ ::String
Returns the value of attribute s_nwk_s_int_key.
Instance Attribute Details
#app_s_key ⇒ ::String
Returns the value of attribute app_s_key.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def app_s_key @app_s_key end |
#f_nwk_s_int_key ⇒ ::String
Returns the value of attribute f_nwk_s_int_key.
1785 1786 1787 |
# File 'sig/types.rbs', line 1785 def f_nwk_s_int_key @f_nwk_s_int_key end |
#nwk_s_enc_key ⇒ ::String
Returns the value of attribute nwk_s_enc_key.
1787 1788 1789 |
# File 'sig/types.rbs', line 1787 def nwk_s_enc_key @nwk_s_enc_key end |
#s_nwk_s_int_key ⇒ ::String
Returns the value of attribute s_nwk_s_int_key.
1786 1787 1788 |
# File 'sig/types.rbs', line 1786 def s_nwk_s_int_key @s_nwk_s_int_key end |