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-encdoded. Otherwise, it is not encoded.

Returns:

  • (String)


1396
1397
1398
1399
# File 'lib/aws-sdk-kms/types.rb', line 1396

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