Class: Aws::Connect::Types::SearchVocabulariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SearchVocabulariesResponse
- Defined in:
- gems/aws-sdk-connect/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.
20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20607 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.
20607 20608 20609 20610 20611 20612 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 20607 class SearchVocabulariesResponse < Struct.new( :vocabulary_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |