Class: Aws::Types::EncryptResponse
- Inherits:
-
Object
- Object
- Aws::Types::EncryptResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
-
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
Instance Attribute Details
#ciphertext_blob ⇒ ::String
Returns the value of attribute ciphertext_blob.
318 319 320 |
# File 'sig/types.rbs', line 318 def ciphertext_blob @ciphertext_blob end |
#encryption_algorithm ⇒ "SYMMETRIC_DEFAULT", ...
Returns the value of attribute encryption_algorithm.
320 321 322 |
# File 'sig/types.rbs', line 320 def encryption_algorithm @encryption_algorithm end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
319 320 321 |
# File 'sig/types.rbs', line 319 def key_id @key_id end |