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

Returns:

  • (String)


1353
1354
1355
1356
1357
# File 'lib/aws-sdk-kms/types.rb', line 1353

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)


1353
1354
1355
1356
1357
# File 'lib/aws-sdk-kms/types.rb', line 1353

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