Class: Aws::Polly::Types::ListLexiconsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An opaque pagination token returned from previous ListLexicons operation. If present, indicates where to continue the list of lexicons.

Returns:

  • (String)


418
419
420
421
422
# File 'gems/aws-sdk-polly/lib/aws-sdk-polly/types.rb', line 418

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