Class: Aws::Types::WrappedWorkingKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:wrapped_key_material])

Instance Attribute Summary collapse

Instance Attribute Details

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


980
981
982
# File 'sig/types.rbs', line 980

def key_check_value
  @key_check_value
end

#wrapped_key_material::String

Returns the value of attribute wrapped_key_material.

Returns:

  • (::String)


979
980
981
# File 'sig/types.rbs', line 979

def wrapped_key_material
  @wrapped_key_material
end

#wrapped_key_material_format"KEY_CRYPTOGRAM", ...

Returns the value of attribute wrapped_key_material_format.

Returns:

  • ("KEY_CRYPTOGRAM", "TR31_KEY_BLOCK", "TR34_KEY_BLOCK")


981
982
983
# File 'sig/types.rbs', line 981

def wrapped_key_material_format
  @wrapped_key_material_format
end