Module: Aws::Connect::Client::_CreateVocabularyResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateVocabularyResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#state ⇒ "CREATION_IN_PROGRESS", ...
1294 |
# File 'sig/client.rbs', line 1294
def state: () -> ("CREATION_IN_PROGRESS" | "ACTIVE" | "CREATION_FAILED" | "DELETE_IN_PROGRESS")
|
#vocabulary_arn ⇒ ::String
1292 |
# File 'sig/client.rbs', line 1292
def vocabulary_arn: () -> ::String
|
#vocabulary_id ⇒ ::String
1293 |
# File 'sig/client.rbs', line 1293
def vocabulary_id: () -> ::String
|