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

#arn ⇒ String

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

Returns:

  • (String) —

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

#created_at ⇒ Time

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.

#description ⇒ String

The description of the custom terminology properties.

Returns:

  • (String) —

    The description of the custom terminology properties.

#encryption_key ⇒ Types::EncryptionKey

The encryption key for the custom terminology.

Returns:

#last_updated_at ⇒ Time

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.

#name ⇒ String

The name of the custom terminology.

Returns:

  • (String) —

    The name of the custom terminology.

#size_bytes ⇒ Integer

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_code ⇒ String

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_codes ⇒ Array<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_count ⇒ Integer

The number of terms included in the custom terminology.

Returns:

  • (Integer) —

    The number of terms included in the custom terminology.