Module: Aws::KMS::Client::_ReEncryptResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReEncryptResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ciphertext_blob ⇒ ::String
- #destination_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
- #destination_key_material_id ⇒ ::String
- #key_id ⇒ ::String
- #source_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
- #source_key_id ⇒ ::String
- #source_key_material_id ⇒ ::String
Instance Method Details
#ciphertext_blob ⇒ ::String
647 |
# File 'sig/client.rbs', line 647
def ciphertext_blob: () -> ::String
|
#destination_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
651 |
# File 'sig/client.rbs', line 651
def destination_encryption_algorithm: () -> ("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")
|
#destination_key_material_id ⇒ ::String
653 |
# File 'sig/client.rbs', line 653
def destination_key_material_id: () -> ::String
|
#key_id ⇒ ::String
649 |
# File 'sig/client.rbs', line 649
def key_id: () -> ::String
|
#source_encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
650 |
# File 'sig/client.rbs', line 650
def source_encryption_algorithm: () -> ("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")
|
#source_key_id ⇒ ::String
648 |
# File 'sig/client.rbs', line 648
def source_key_id: () -> ::String
|
#source_key_material_id ⇒ ::String
652 |
# File 'sig/client.rbs', line 652
def source_key_material_id: () -> ::String
|