Class: Aws::Types::AssociateDefaultVocabularyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDefaultVocabularyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
-
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
288 289 290 |
# File 'sig/types.rbs', line 288 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
289 290 291 |
# File 'sig/types.rbs', line 289 def language_code @language_code end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
290 291 292 |
# File 'sig/types.rbs', line 290 def vocabulary_id @vocabulary_id end |