Class: Aws::Types::DecryptDataInput
- Inherits:
-
Object
- Object
- Aws::Types::DecryptDataInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cipher_text ⇒ ::String
Returns the value of attribute cipher_text.
-
#decryption_attributes ⇒ Types::EncryptionDecryptionAttributes
Returns the value of attribute decryption_attributes.
-
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
-
#wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute wrapped_key.
Instance Attribute Details
#cipher_text ⇒ ::String
Returns the value of attribute cipher_text.
174 175 176 |
# File 'sig/types.rbs', line 174 def cipher_text @cipher_text end |
#decryption_attributes ⇒ Types::EncryptionDecryptionAttributes
Returns the value of attribute decryption_attributes.
175 176 177 |
# File 'sig/types.rbs', line 175 def decryption_attributes @decryption_attributes end |
#key_identifier ⇒ ::String
Returns the value of attribute key_identifier.
173 174 175 |
# File 'sig/types.rbs', line 173 def key_identifier @key_identifier end |
#wrapped_key ⇒ Types::WrappedKey
Returns the value of attribute wrapped_key.
176 177 178 |
# File 'sig/types.rbs', line 176 def wrapped_key @wrapped_key end |