Class: Aws::Connect::Types::SearchVocabulariesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


17694
17695
17696
17697
17698
17699
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17694

class SearchVocabulariesResponse < Struct.new(
  :vocabulary_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#vocabulary_summary_listArray<Types::VocabularySummary>

The list of the available custom vocabularies.

Returns:



17694
17695
17696
17697
17698
17699
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 17694

class SearchVocabulariesResponse < Struct.new(
  :vocabulary_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end