class Aws::Translate::Types::TerminologyProperties

The properties of the custom terminology.

@!attribute [rw] name

The name of the custom terminology.
@return [String]

@!attribute [rw] description

The description of the custom terminology properties.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the custom terminology.
@return [String]

@!attribute [rw] source_language_code

The language code for the source text of the translation request for
which the custom terminology is being used.
@return [String]

@!attribute [rw] target_language_codes

The language codes for the target languages available with the
custom terminology file. All possible target languages are returned
in array.
@return [Array<String>]

@!attribute [rw] encryption_key

The encryption key for the custom terminology.
@return [Types::EncryptionKey]

@!attribute [rw] size_bytes

The size of the file used when importing a custom terminology.
@return [Integer]

@!attribute [rw] term_count

The number of terms included in the custom terminology.
@return [Integer]

@!attribute [rw] created_at

The time at which the custom terminology was created, based on the
timestamp.
@return [Time]

@!attribute [rw] last_updated_at

The time at which the custom terminology was last update, based on
the timestamp.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/translate-2017-07-01/TerminologyProperties AWS API Documentation

Constants

SENSITIVE