Module: Aws::KMS::Client::_ReEncryptResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::ReEncryptResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#ciphertext_blob::String

Returns:

  • (::String)


647
# File 'sig/client.rbs', line 647

def ciphertext_blob: () -> ::String

#destination_encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns:

  • ("SYMMETRIC_DEFAULT", "RSAES_OAEP_SHA_1", "RSAES_OAEP_SHA_256", "SM2PKE")


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

Returns:

  • (::String)


653
# File 'sig/client.rbs', line 653

def destination_key_material_id: () -> ::String

#key_id::String

Returns:

  • (::String)


649
# File 'sig/client.rbs', line 649

def key_id: () -> ::String

#source_encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns:

  • ("SYMMETRIC_DEFAULT", "RSAES_OAEP_SHA_1", "RSAES_OAEP_SHA_256", "SM2PKE")


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

Returns:

  • (::String)


648
# File 'sig/client.rbs', line 648

def source_key_id: () -> ::String

#source_key_material_id::String

Returns:

  • (::String)


652
# File 'sig/client.rbs', line 652

def source_key_material_id: () -> ::String