Class: Aws::Connect::Types::ListDefaultVocabulariesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ListDefaultVocabulariesResponse
- Includes:
- Structure
- Defined in:
- 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.
12598 12599 12600 12601 12602 12603 |
# File 'lib/aws-sdk-connect/types.rb', line 12598 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.
12598 12599 12600 12601 12602 12603 |
# File 'lib/aws-sdk-connect/types.rb', line 12598 class ListDefaultVocabulariesResponse < Struct.new( :default_vocabulary_list, :next_token) SENSITIVE = [] include Aws::Structure end |