Class: Aws::Types::TranslateKeyMaterialInput
- Inherits:
-
Object
- Object
- Aws::Types::TranslateKeyMaterialInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#incoming_key_material ⇒ Types::IncomingKeyMaterial
Returns the value of attribute incoming_key_material.
-
#key_check_value_algorithm ⇒ "CMAC", ...
Returns the value of attribute key_check_value_algorithm.
-
#outgoing_key_material ⇒ Types::OutgoingKeyMaterial
Returns the value of attribute outgoing_key_material.
Instance Attribute Details
#incoming_key_material ⇒ Types::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.
772 773 774 |
# File 'sig/types.rbs', line 772 def key_check_value_algorithm @key_check_value_algorithm end |
#outgoing_key_material ⇒ Types::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 |