![]() |
![]()
| ![]() |
![]()
NAMEPaws::Translate::TerminologyProperties USAGEThis 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 DESCRIPTIONThe properties of the custom terminology. ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) of the custom terminology. CreatedAt => StrThe time at which the custom terminology was created, based on the timestamp. Description => StrThe description of the custom terminology properties. EncryptionKey => Paws::Translate::EncryptionKeyThe encryption key for the custom terminology. LastUpdatedAt => StrThe time at which the custom terminology was last update, based on the timestamp. Name => StrThe name of the custom terminology. SizeBytes => IntThe size of the file used when importing a custom terminology. SourceLanguageCode => StrThe 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 => IntThe number of terms included in the custom terminology. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Translate BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|