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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lexiconsArray<Types::LexiconDescription>

A list of lexicon names and attributes.

Returns:



436
437
438
439
440
441
# File 'lib/aws-sdk-polly/types.rb', line 436

class ListLexiconsOutput < Struct.new(
  :lexicons,
  :next_token)
  SENSITIVE = []
  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)


436
437
438
439
440
441
# File 'lib/aws-sdk-polly/types.rb', line 436

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