Class: Aws::Types::WrappedKey

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key_material])

Instance Attribute Summary collapse

Instance Attribute Details

#key_check_value::String

Returns the value of attribute key_check_value.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def key_check_value
  @key_check_value
end

#key_check_value_algorithm"CMAC", ...

Returns the value of attribute key_check_value_algorithm.

Returns:

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


709
710
711
# File 'sig/types.rbs', line 709

def key_check_value_algorithm
  @key_check_value_algorithm
end

#key_material::String

Returns the value of attribute key_material.

Returns:

  • (::String)


707
708
709
# File 'sig/types.rbs', line 707

def key_material
  @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")


706
707
708
# File 'sig/types.rbs', line 706

def wrapped_key_material_format
  @wrapped_key_material_format
end

#wrapping_key_arn::String

Returns the value of attribute wrapping_key_arn.

Returns:

  • (::String)


705
706
707
# File 'sig/types.rbs', line 705

def wrapping_key_arn
  @wrapping_key_arn
end