Class: Aws::Types::GetTerminologyResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTerminologyResponse
- 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_data_location ⇒ Types::TerminologyDataLocation
Returns the value of attribute terminology_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.
109 110 111 |
# File 'sig/types.rbs', line 109 def auxiliary_data_location @auxiliary_data_location end |
#terminology_data_location ⇒ Types::TerminologyDataLocation
Returns the value of attribute terminology_data_location.
108 109 110 |
# File 'sig/types.rbs', line 108 def terminology_data_location @terminology_data_location end |
#terminology_properties ⇒ Types::TerminologyProperties
Returns the value of attribute terminology_properties.
107 108 109 |
# File 'sig/types.rbs', line 107 def terminology_properties @terminology_properties end |