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. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.

Returns:

  • (String)


1038
1039
1040
1041
# File 'lib/aws-sdk-kms/types.rb', line 1038

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