Class: Aws::Types::CreateVocabularyResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateVocabularyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
-
#vocabulary_arn ⇒ ::String
Returns the value of attribute vocabulary_arn.
-
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
Instance Attribute Details
#state ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute state.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def state @state end |
#vocabulary_arn ⇒ ::String
Returns the value of attribute vocabulary_arn.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def vocabulary_arn @vocabulary_arn end |
#vocabulary_id ⇒ ::String
Returns the value of attribute vocabulary_id.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def vocabulary_id @vocabulary_id end |