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.
2236 2237 2238 |
# File 'sig/types.rbs', line 2236 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
2237 2238 2239 |
# File 'sig/types.rbs', line 2237 def language_code @language_code end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
2238 2239 2240 |
# File 'sig/types.rbs', line 2238 def vocabulary_id @vocabulary_id end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
2239 2240 2241 |
# File 'sig/types.rbs', line 2239 def vocabulary_name @vocabulary_name end |