Class: Aws::Polly::Types::ListLexiconsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ListLexiconsOutput
- Includes:
- Structure
- Defined in:
- 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.
437 438 439 440 441 442 |
# File 'lib/aws-sdk-polly/types.rb', line 437 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.
437 438 439 440 441 442 |
# File 'lib/aws-sdk-polly/types.rb', line 437 class ListLexiconsOutput < Struct.new( :lexicons, :next_token) SENSITIVE = [] include Aws::Structure end |