Class: Aws::Types::SessionKeysAbpV1_1

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_s_key ⇒ ::String

Returns the value of attribute app_s_key.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1786
1787
1788
# File 'sig/types.rbs', line 1786

def s_nwk_s_int_key
  @s_nwk_s_int_key
end