Class: Aws::Connect::Types::ListDefaultVocabulariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDefaultVocabulariesResponse
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_vocabulary_list ⇒ Array<Types::DefaultVocabulary>
A list of default vocabularies.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#default_vocabulary_list ⇒ Array<Types::DefaultVocabulary>
A list of default vocabularies.
6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6381 class ListDefaultVocabulariesResponse < Struct.new( :default_vocabulary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
6381 6382 6383 6384 6385 6386 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 6381 class ListDefaultVocabulariesResponse < Struct.new( :default_vocabulary_list, :next_token) SENSITIVE = [] include Aws::Structure end |