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

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

Overview

Note:

When making an API call, you may pass ListLexiconsInput data as a hash:

{
  next_token: "NextToken",
}

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)


265
266
267
268
# File 'lib/aws-sdk-polly/types.rb', line 265

class ListLexiconsInput < Struct.new(
  :next_token)
  include Aws::Structure
end