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
- Struct
- Aws::Translate::Types::TerminologyProperties
 
- Defined in:
- (unknown)
Overview
The properties of the custom terminology.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ 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. 
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The description of the custom terminology properties. 
- 
  
    
      #encryption_key  ⇒ Types::EncryptionKey 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The encryption key for the custom terminology. 
- 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The time at which the custom terminology was last update, based on the timestamp. 
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the custom terminology. 
- 
  
    
      #size_bytes  ⇒ 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. 
- 
  
    
      #target_language_codes  ⇒ 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. 
Instance Attribute Details
#arn ⇒ 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.
#description ⇒ String
The description of the custom terminology properties.
#encryption_key ⇒ Types::EncryptionKey
The encryption key for the custom terminology.
#last_updated_at ⇒ Time
The time at which the custom terminology was last update, based on the timestamp.
#name ⇒ String
The name of the custom terminology.
#size_bytes ⇒ 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.
#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.
#term_count ⇒ Integer
The number of terms included in the custom terminology.