Class: Aws::KMS::Types::ReEncryptResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ciphertext_blobString

The reencrypted data. When you use the HTTP API or the Amazon Web Services CLI, the value is Base64-encoded. Otherwise, it is not Base64-encoded.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_encryption_algorithmString

The encryption algorithm that was used to reencrypt the data.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#destination_key_material_idString

The identifier of the key material used to reencrypt the data. This field is present only when data is reencrypted using a symmetric encryption KMS key.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#key_idString

The Amazon Resource Name ([key ARN]) of the KMS key that was used to reencrypt the data.

[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_encryption_algorithmString

The encryption algorithm that was used to decrypt the ciphertext before it was reencrypted.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_key_idString

Unique identifier of the KMS key used to originally encrypt the data.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_key_material_idString

The identifier of the key material used to originally encrypt the data. This field is present only when the original encryption used a symmetric encryption KMS key.

Returns:

  • (String)


5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
# File 'lib/aws-sdk-kms/types.rb', line 5510

class ReEncryptResponse < Struct.new(
  :ciphertext_blob,
  :source_key_id,
  :key_id,
  :source_encryption_algorithm,
  :destination_encryption_algorithm,
  :source_key_material_id,
  :destination_key_material_id)
  SENSITIVE = []
  include Aws::Structure
end