Class: Aws::Types::GenerateRandomResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:plaintext])

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_for_recipient::String

Returns the value of attribute ciphertext_for_recipient.

Returns:

  • (::String)


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.

Returns:

  • (::String)


429
430
431
# File 'sig/types.rbs', line 429

def plaintext
  @plaintext
end