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.
2182 2183 2184 |
# File 'sig/types.rbs', line 2182 def instance_id @instance_id end |
#language_code ⇒ "ar-AE", ...
Returns the value of attribute language_code.
2183 2184 2185 |
# File 'sig/types.rbs', line 2183 def language_code @language_code end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
2184 2185 2186 |
# File 'sig/types.rbs', line 2184 def vocabulary_id @vocabulary_id end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
2185 2186 2187 |
# File 'sig/types.rbs', line 2185 def vocabulary_name @vocabulary_name end |