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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_listArray<Types::VocabularySummary>

The list of the available custom vocabularies.

Returns:



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