You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KMS::Types::GetParametersForImportResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#import_tokenString

The import token to send in a subsequent ImportKeyMaterial request.

Returns:

#key_idString

The Amazon Resource Name (key ARN) of the CMK to use in a subsequent ImportKeyMaterial request. This is the same CMK specified in the GetParametersForImport request.

Returns:

  • (String)

    The Amazon Resource Name ([key ARN][1]) of the CMK to use in a subsequent ImportKeyMaterial request.

#parameters_valid_toTime

The time at which the import token and public key are no longer valid. After this time, you cannot use them to make an ImportKeyMaterial request and you must send another GetParametersForImport request to get new ones.

Returns:

  • (Time)

    The time at which the import token and public key are no longer valid.

#public_keyString

The public key to use to encrypt the key material before importing it with ImportKeyMaterial.

Returns:

  • (String)

    The public key to use to encrypt the key material before importing it with ImportKeyMaterial.