class Aws::KMS::Types::GetParametersForImportResponse

@!attribute [rw] key_id

The Amazon Resource Name ([key ARN][1]) of the KMS key to use in a
subsequent ImportKeyMaterial request. This is the same KMS key
specified in the `GetParametersForImport` request.

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

@!attribute [rw] import_token

The import token to send in a subsequent ImportKeyMaterial request.
@return [String]

@!attribute [rw] public_key

The public key to use to encrypt the key material before importing
it with ImportKeyMaterial.
@return [String]

@!attribute [rw] parameters_valid_to

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.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/GetParametersForImportResponse AWS API Documentation

Constants

SENSITIVE