Class: Aws::Polly::Types::ListLexiconsOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-polly/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#lexiconsArray<Types::LexiconDescription>

A list of lexicon names and attributes.

Returns:



282
283
284
285
286
# File 'lib/aws-sdk-polly/types.rb', line 282

class ListLexiconsOutput < Struct.new(
  :lexicons,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The pagination token to use in the next request to continue the listing of lexicons. ‘NextToken` is returned only if the response is truncated.

Returns:

  • (String)


282
283
284
285
286
# File 'lib/aws-sdk-polly/types.rb', line 282

class ListLexiconsOutput < Struct.new(
  :lexicons,
  :next_token)
  include Aws::Structure
end