Class: Aws::Types::GenerateRandomResponse
- Inherits:
-
Object
- Object
- Aws::Types::GenerateRandomResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
-
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
Instance Attribute Details
#ciphertext_for_recipient ⇒ ::String
Returns the value of attribute ciphertext_for_recipient.
430 431 432 |
# File 'sig/types.rbs', line 430 def ciphertext_for_recipient @ciphertext_for_recipient end |
#plaintext ⇒ ::String
Returns the value of attribute plaintext.
429 430 431 |
# File 'sig/types.rbs', line 429 def plaintext @plaintext end |