Class: Aws::Connect::Types::SearchVocabulariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchVocabulariesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#vocabulary_summary_list ⇒ Array<Types::VocabularySummary>
The list of the available custom vocabularies.
Instance Attribute Details
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
18864 18865 18866 18867 18868 18869 |
# File 'lib/aws-sdk-connect/types.rb', line 18864 class SearchVocabulariesResponse < Struct.new( :vocabulary_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#vocabulary_summary_list ⇒ Array<Types::VocabularySummary>
The list of the available custom vocabularies.
18864 18865 18866 18867 18868 18869 |
# File 'lib/aws-sdk-connect/types.rb', line 18864 class SearchVocabulariesResponse < Struct.new( :vocabulary_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |