Class: Aws::Types::ImportTerminologyResponse
- Inherits:
-
Object
- Object
- Aws::Types::ImportTerminologyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auxiliary_data_location ⇒ Types::TerminologyDataLocation
Returns the value of attribute auxiliary_data_location.
-
#terminology_properties ⇒ Types::TerminologyProperties
Returns the value of attribute terminology_properties.
Instance Attribute Details
#auxiliary_data_location ⇒ Types::TerminologyDataLocation
Returns the value of attribute auxiliary_data_location.
125 126 127 |
# File 'sig/types.rbs', line 125 def auxiliary_data_location @auxiliary_data_location end |
#terminology_properties ⇒ Types::TerminologyProperties
Returns the value of attribute terminology_properties.
124 125 126 |
# File 'sig/types.rbs', line 124 def terminology_properties @terminology_properties end |