Class: Aws::Types::WrappedKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_check_value_algorithm"CMAC", ...

Returns the value of attribute key_check_value_algorithm.

Returns:

  • ("CMAC", "ANSI_X9_24", "HMAC", "SHA_1")


960
961
962
# File 'sig/types.rbs', line 960

def key_check_value_algorithm
  @key_check_value_algorithm
end

#wrapped_key_materialTypes::WrappedKeyMaterial

Returns the value of attribute wrapped_key_material.



959
960
961
# File 'sig/types.rbs', line 959

def wrapped_key_material
  @wrapped_key_material
end