Module: Aws::KMS::Client::_DecryptResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#ciphertext_for_recipient::String

Returns:

  • (::String)


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

def ciphertext_for_recipient: () -> ::String

#encryption_algorithm"SYMMETRIC_DEFAULT", ...

Returns:

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


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

def encryption_algorithm: () -> ("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")

#key_id::String

Returns:

  • (::String)


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

def key_id: () -> ::String

#key_material_id::String

Returns:

  • (::String)


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

def key_material_id: () -> ::String

#plaintext::String

Returns:

  • (::String)


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

def plaintext: () -> ::String