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)


16499
16500
16501
16502
16503
16504
# File 'lib/aws-sdk-connect/types.rb', line 16499

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:



16499
16500
16501
16502
16503
16504
# File 'lib/aws-sdk-connect/types.rb', line 16499

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