ListVocabulariesResponse constructor
ListVocabulariesResponse({
- String? nextToken,
- VocabularyState? status,
- List<
VocabularyInfo> ? vocabularies,
Implementation
ListVocabulariesResponse({
this.nextToken,
this.status,
this.vocabularies,
});