Class: Aws::Polly::Types::ListLexiconsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ListLexiconsOutput
- Defined in:
- gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#lexicons ⇒ Array<Types::LexiconDescription>
A list of lexicon names and attributes.
-
#next_token ⇒ String
The pagination token to use in the next request to continue the listing of lexicons.
Instance Attribute Details
#lexicons ⇒ Array<Types::LexiconDescription>
A list of lexicon names and attributes.
482 483 484 485 486 487 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 482 class ListLexiconsOutput < Struct.new( :lexicons, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use in the next request to continue the
listing of lexicons. NextToken is returned only if the response is
truncated.
482 483 484 485 486 487 |
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 482 class ListLexiconsOutput < Struct.new( :lexicons, :next_token) SENSITIVE = [] include Aws::Structure end |