NAME
Paws::Translate::TerminologyProperties
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Translate::TerminologyProperties object:
$service_obj->Method(Att1 => { Arn => $value, ..., TermCount => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Translate::TerminologyProperties object:
$result = $service_obj->Method(...);
$result->Att1->Arn
DESCRIPTION
The properties of the custom terminology.
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the custom terminology.
CreatedAt => Str
The time at which the custom terminology was created, based on the timestamp.
Description => Str
The description of the custom terminology properties.
EncryptionKey => Paws::Translate::EncryptionKey
The encryption key for the custom terminology.
LastUpdatedAt => Str
The time at which the custom terminology was last update, based on the timestamp.
Name => Str
The name of the custom terminology.
SizeBytes => Int
The size of the file used when importing a custom terminology.
SourceLanguageCode => Str
The language code for the source text of the translation request for which the custom terminology is being used.
TargetLanguageCodes => ArrayRef[Str|Undef]
The language codes for the target languages available with the custom terminology file. All possible target languages are returned in array.
TermCount => Int
The number of terms included in the custom terminology.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Translate
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues