Class: Aws::KMS::Types::GenerateDataKeyWithoutPlaintextResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blobString

The encrypted data encryption key. When you use the HTTP API or the AWS CLI, the value is Base64-encoded. Otherwise, it is not encoded.

Returns:

  • (String)


1007
1008
1009
1010
1011
# File 'lib/aws-sdk-kms/types.rb', line 1007

class GenerateDataKeyWithoutPlaintextResponse < Struct.new(
  :ciphertext_blob,
  :key_id)
  include Aws::Structure
end

#key_idString

The identifier of the CMK under which the data encryption key was generated and encrypted.

Returns:

  • (String)


1007
1008
1009
1010
1011
# File 'lib/aws-sdk-kms/types.rb', line 1007

class GenerateDataKeyWithoutPlaintextResponse < Struct.new(
  :ciphertext_blob,
  :key_id)
  include Aws::Structure
end