Class: Aws::Types::InputDecryptionSettings
- Inherits:
-
Object
- Object
- Aws::Types::InputDecryptionSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decryption_mode ⇒ "AES_CTR", ...
Returns the value of attribute decryption_mode.
-
#encrypted_decryption_key ⇒ ::String
Returns the value of attribute encrypted_decryption_key.
-
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
-
#kms_key_region ⇒ ::String
Returns the value of attribute kms_key_region.
Instance Attribute Details
#decryption_mode ⇒ "AES_CTR", ...
Returns the value of attribute decryption_mode.
1389 1390 1391 |
# File 'sig/types.rbs', line 1389 def decryption_mode @decryption_mode end |
#encrypted_decryption_key ⇒ ::String
Returns the value of attribute encrypted_decryption_key.
1390 1391 1392 |
# File 'sig/types.rbs', line 1390 def encrypted_decryption_key @encrypted_decryption_key end |
#initialization_vector ⇒ ::String
Returns the value of attribute initialization_vector.
1391 1392 1393 |
# File 'sig/types.rbs', line 1391 def initialization_vector @initialization_vector end |
#kms_key_region ⇒ ::String
Returns the value of attribute kms_key_region.
1392 1393 1394 |
# File 'sig/types.rbs', line 1392 def kms_key_region @kms_key_region end |