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.
14409 14410 14411 14412 14413 14414 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14409 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.
14409 14410 14411 14412 14413 14414 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14409 class ListDefaultVocabulariesResponse < Struct.new( :default_vocabulary_list, :next_token) SENSITIVE = [] include Aws::Structure end |