Class: Aws::KMS::Types::GenerateRandomResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#plaintextString

The random byte string.

Returns:

  • (String)


966
967
968
969
# File 'lib/aws-sdk-kms/types.rb', line 966

class GenerateRandomResponse < Struct.new(
  :plaintext)
  include Aws::Structure
end