Class: Aws::Types::DecryptResponse
- Inherits:
-
Object
- Object
- Aws::Types::DecryptResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
-
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
-
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
Instance Attribute Details
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
188 189 190 |
# File 'sig/types.rbs', line 188 def ciphertext_for_recipient @ciphertext_for_recipient end |
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
187 188 189 |
# File 'sig/types.rbs', line 187 def encryption_algorithm @encryption_algorithm end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
185 186 187 |
# File 'sig/types.rbs', line 185 def key_id @key_id end |
#key_material_id ⇒ ::String
Returns the value of attribute key_material_id.
189 190 191 |
# File 'sig/types.rbs', line 189 def key_material_id @key_material_id end |
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
186 187 188 |
# File 'sig/types.rbs', line 186 def plaintext @plaintext end |