Class: Aws::Types::WrappedKeyMaterial

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

Defined Under Namespace

Classes: DiffieHellmanSymmetricKey, Tr31KeyBlock, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tr_31_key_block])

Instance Attribute Summary collapse

Instance Attribute Details

#diffie_hellman_symmetric_keyTypes::EcdhDerivationAttributes

Returns the value of attribute diffie_hellman_symmetric_key.



966
967
968
# File 'sig/types.rbs', line 966

def diffie_hellman_symmetric_key
  @diffie_hellman_symmetric_key
end

#tr_31_key_block::String

Returns the value of attribute tr_31_key_block.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def tr_31_key_block
  @tr_31_key_block
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


967
968
969
# File 'sig/types.rbs', line 967

def unknown
  @unknown
end