Class: Aws::Types::ImportTerminologyRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportTerminologyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
-
#merge_strategy ⇒ "OVERWRITE"
Returns the value of attribute merge_strategy.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#terminology_data ⇒ Types::TerminologyData
Returns the value of attribute terminology_data.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
116 117 118 |
# File 'sig/types.rbs', line 116 def description @description end |
#encryption_key ⇒ Types::EncryptionKey
Returns the value of attribute encryption_key.
118 119 120 |
# File 'sig/types.rbs', line 118 def encryption_key @encryption_key end |
#merge_strategy ⇒ "OVERWRITE"
Returns the value of attribute merge_strategy.
115 116 117 |
# File 'sig/types.rbs', line 115 def merge_strategy @merge_strategy end |
#name ⇒ ::String
Returns the value of attribute name.
114 115 116 |
# File 'sig/types.rbs', line 114 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
119 120 121 |
# File 'sig/types.rbs', line 119 def end |
#terminology_data ⇒ Types::TerminologyData
Returns the value of attribute terminology_data.
117 118 119 |
# File 'sig/types.rbs', line 117 def terminology_data @terminology_data end |