Class: Aws::Types::TranslateKeyMaterialInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#incoming_key_materialTypes::IncomingKeyMaterial

Returns the value of attribute incoming_key_material.



770
771
772
# File 'sig/types.rbs', line 770

def incoming_key_material
  @incoming_key_material
end

#key_check_value_algorithm"CMAC", ...

Returns the value of attribute key_check_value_algorithm.

Returns:

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


772
773
774
# File 'sig/types.rbs', line 772

def key_check_value_algorithm
  @key_check_value_algorithm
end

#outgoing_key_materialTypes::OutgoingKeyMaterial

Returns the value of attribute outgoing_key_material.



771
772
773
# File 'sig/types.rbs', line 771

def outgoing_key_material
  @outgoing_key_material
end