Module: Aws::KMS::Client::_DecryptResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DecryptResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #ciphertext_for_recipient ⇒ ::String
- #encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
- #key_id ⇒ ::String
- #key_material_id ⇒ ::String
- #plaintext ⇒ ::String
Instance Method Details
#ciphertext_for_recipient ⇒ ::String
185 |
# File 'sig/client.rbs', line 185
def ciphertext_for_recipient: () -> ::String
|
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
184 |
# File 'sig/client.rbs', line 184
def encryption_algorithm: () -> ("SYMMETRIC_DEFAULT" | "RSAES_OAEP_SHA_1" | "RSAES_OAEP_SHA_256" | "SM2PKE")
|
#key_id ⇒ ::String
182 |
# File 'sig/client.rbs', line 182
def key_id: () -> ::String
|
#key_material_id ⇒ ::String
186 |
# File 'sig/client.rbs', line 186
def key_material_id: () -> ::String
|
#plaintext ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def plaintext: () -> ::String
|