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

Class: Aws::Translate::Types::EncryptionKey

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

Overview

Note:

When passing EncryptionKey as input to an Aws::Client method, you can use a vanilla Hash:

{
  type: "KMS", # required, accepts KMS
  id: "EncryptionKeyID", # required
}

The encryption key used to encrypt the custom terminologies used by Amazon Translate.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the encryption key being used to encrypt the custom terminology.

#typeString

The type of encryption key used by Amazon Translate to encrypt custom terminologies.

Possible values:

  • KMS

Returns:

  • (String)

    The type of encryption key used by Amazon Translate to encrypt custom terminologies.