Class: Aws::Types::KekValidationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#derive_key_algorithm"TDES_2KEY", ...

Returns the value of attribute derive_key_algorithm.

Returns:

  • ("TDES_2KEY", "TDES_3KEY", "AES_128", "AES_192", "AES_256", "HMAC_SHA256", "HMAC_SHA384", "HMAC_SHA512", "HMAC_SHA224")


512
513
514
# File 'sig/types.rbs', line 512

def derive_key_algorithm
  @derive_key_algorithm
end

#random_key_max_length"BYTES_8", ...

Returns the value of attribute random_key_max_length.

Returns:

  • ("BYTES_8", "BYTES_16", "BYTES_24")


513
514
515
# File 'sig/types.rbs', line 513

def random_key_max_length
  @random_key_max_length
end