Class: Aws::Types::TerminologyData
- Inherits:
-
Object
- Object
- Aws::Types::TerminologyData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directionality ⇒ "UNI", "MULTI"
Returns the value of attribute directionality.
-
#file ⇒ ::String
Returns the value of attribute file.
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
Instance Attribute Details
#directionality ⇒ "UNI", "MULTI"
Returns the value of attribute directionality.
338 339 340 |
# File 'sig/types.rbs', line 338 def directionality @directionality end |
#file ⇒ ::String
Returns the value of attribute file.
336 337 338 |
# File 'sig/types.rbs', line 336 def file @file end |
#format ⇒ "CSV", ...
Returns the value of attribute format.
337 338 339 |
# File 'sig/types.rbs', line 337 def format @format end |