Class: Aws::Types::SrtCallerDecryptionRequest
- Inherits:
-
Object
- Object
- Aws::Types::SrtCallerDecryptionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#algorithm ⇒ "AES128", ...
Returns the value of attribute algorithm.
-
#passphrase_secret_arn ⇒ ::String
Returns the value of attribute passphrase_secret_arn.
Instance Attribute Details
#algorithm ⇒ "AES128", ...
Returns the value of attribute algorithm.
4767 4768 4769 |
# File 'sig/types.rbs', line 4767 def algorithm @algorithm end |
#passphrase_secret_arn ⇒ ::String
Returns the value of attribute passphrase_secret_arn.
4768 4769 4770 |
# File 'sig/types.rbs', line 4768 def passphrase_secret_arn @passphrase_secret_arn end |