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

Class: Aws::Translate::Types::TerminologyProperties

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the custom terminology.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the custom terminology.

#created_atTime

The time at which the custom terminology was created, based on the timestamp.

Returns:

  • (Time)

    The time at which the custom terminology was created, based on the timestamp.

#descriptionString

The description of the custom terminology properties.

Returns:

  • (String)

    The description of the custom terminology properties.

#encryption_keyTypes::EncryptionKey

The encryption key for the custom terminology.

Returns:

#last_updated_atTime

The time at which the custom terminology was last update, based on the timestamp.

Returns:

  • (Time)

    The time at which the custom terminology was last update, based on the timestamp.

#nameString

The name of the custom terminology.

Returns:

  • (String)

    The name of the custom terminology.

#size_bytesInteger

The size of the file used when importing a custom terminology.

Returns:

  • (Integer)

    The size of the file used when importing a custom terminology.

#source_language_codeString

The language code for the source text of the translation request for which the custom terminology is being used.

Returns:

  • (String)

    The language code for the source text of the translation request for which the custom terminology is being used.

#target_language_codesArray<String>

The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.

Returns:

  • (Array<String>)

    The language codes for the target languages available with the custom terminology file.

#term_countInteger

The number of terms included in the custom terminology.

Returns:

  • (Integer)

    The number of terms included in the custom terminology.