Class: Aws::KMS::Types::GenerateDataKeyPairWithoutPlaintextResponse

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

#key_idString

The Amazon Resource Name ([key ARN]) of the KMS key that encrypted the private key.

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

Returns:

  • (String)


2559
2560
2561
2562
2563
2564
2565
2566
# File 'lib/aws-sdk-kms/types.rb', line 2559

class GenerateDataKeyPairWithoutPlaintextResponse < Struct.new(
  :private_key_ciphertext_blob,
  :public_key,
  :key_id,
  :key_pair_spec)
  SENSITIVE = []
  include Aws::Structure
end

#key_pair_specString

The type of data key pair that was generated.

Returns:

  • (String)


2559
2560
2561
2562
2563
2564
2565
2566
# File 'lib/aws-sdk-kms/types.rb', line 2559

class GenerateDataKeyPairWithoutPlaintextResponse < Struct.new(
  :private_key_ciphertext_blob,
  :public_key,
  :key_id,
  :key_pair_spec)
  SENSITIVE = []
  include Aws::Structure
end

#private_key_ciphertext_blobString

The encrypted copy of the private key. 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)


2559
2560
2561
2562
2563
2564
2565
2566
# File 'lib/aws-sdk-kms/types.rb', line 2559

class GenerateDataKeyPairWithoutPlaintextResponse < Struct.new(
  :private_key_ciphertext_blob,
  :public_key,
  :key_id,
  :key_pair_spec)
  SENSITIVE = []
  include Aws::Structure
end

#public_keyString

The public key (in plaintext). 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)


2559
2560
2561
2562
2563
2564
2565
2566
# File 'lib/aws-sdk-kms/types.rb', line 2559

class GenerateDataKeyPairWithoutPlaintextResponse < Struct.new(
  :private_key_ciphertext_blob,
  :public_key,
  :key_id,
  :key_pair_spec)
  SENSITIVE = []
  include Aws::Structure
end