Class: Aws::Types::TerminologyProperties
- Inherits:
-
Object
- Object
- Aws::Types::TerminologyProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#directionality ⇒ "UNI", "MULTI"
Returns the value of attribute directionality.
-
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
-
#skipped_term_count ⇒ ::Integer
Returns the value of attribute skipped_term_count.
-
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
-
#target_language_codes ⇒ ::Array[::String]
Returns the value of attribute target_language_codes.
-
#term_count ⇒ ::Integer
Returns the value of attribute term_count.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
351 352 353 |
# File 'sig/types.rbs', line 351 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
357 358 359 |
# File 'sig/types.rbs', line 357 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
350 351 352 |
# File 'sig/types.rbs', line 350 def description @description end |
#directionality ⇒ "UNI", "MULTI"
Returns the value of attribute directionality.
359 360 361 |
# File 'sig/types.rbs', line 359 def directionality @directionality end |
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
354 355 356 |
# File 'sig/types.rbs', line 354 def encryption_key @encryption_key end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
362 363 364 |
# File 'sig/types.rbs', line 362 def format @format end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
358 359 360 |
# File 'sig/types.rbs', line 358 def last_updated_at @last_updated_at end |
#message ⇒ ::String
Returns the value of attribute message.
360 361 362 |
# File 'sig/types.rbs', line 360 def @message end |
#name ⇒ ::String
Returns the value of attribute name.
349 350 351 |
# File 'sig/types.rbs', line 349 def name @name end |
#size_bytes ⇒ ::Integer
Returns the value of attribute size_bytes.
355 356 357 |
# File 'sig/types.rbs', line 355 def size_bytes @size_bytes end |
#skipped_term_count ⇒ ::Integer
Returns the value of attribute skipped_term_count.
361 362 363 |
# File 'sig/types.rbs', line 361 def skipped_term_count @skipped_term_count end |
#source_language_code ⇒ ::String
Returns the value of attribute source_language_code.
352 353 354 |
# File 'sig/types.rbs', line 352 def source_language_code @source_language_code end |
#target_language_codes ⇒ ::Array[::String]
Returns the value of attribute target_language_codes.
353 354 355 |
# File 'sig/types.rbs', line 353 def target_language_codes @target_language_codes end |
#term_count ⇒ ::Integer
Returns the value of attribute term_count.
356 357 358 |
# File 'sig/types.rbs', line 356 def term_count @term_count end |