Class: Aws::Types::DecryptDataOutput
- Inherits:
-
Object
- Object
- Aws::Types::DecryptDataOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
-
#plain_text ⇒ ::String
Returns the value of attribute plain_text.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def key_arn @key_arn end |
#key_check_value ⇒ ::String
Returns the value of attribute key_check_value.
182 183 184 |
# File 'sig/types.rbs', line 182 def key_check_value @key_check_value end |
#plain_text ⇒ ::String
Returns the value of attribute plain_text.
183 184 185 |
# File 'sig/types.rbs', line 183 def plain_text @plain_text end |