Class: Aws::Types::ReEncryptDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::ReEncryptDataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cipher_text ⇒ ::String
Returns the value of attribute cipher_text.
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
Instance Attribute Details
#cipher_text ⇒ ::String
Returns the value of attribute cipher_text.
653 654 655 |
# File 'sig/types.rbs', line 653 def cipher_text @cipher_text end |
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
651 652 653 |
# File 'sig/types.rbs', line 651 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
652 653 654 |
# File 'sig/types.rbs', line 652 def key_check_value @key_check_value end |