Class: Aws::Types::DefaultVocabulary
- Inherits:
-
Object
- Object
- Aws::Types::DefaultVocabulary
- 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.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def language_code @language_code end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
2217 2218 2219 |
# File 'sig/types.rbs', line 2217 def vocabulary_id @vocabulary_id end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
2218 2219 2220 |
# File 'sig/types.rbs', line 2218 def vocabulary_name @vocabulary_name end |