Class: Aws::Polly::Types::ListLexiconsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Polly::Types::ListLexiconsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-polly/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An opaque pagination token returned from previous ‘ListLexicons` operation.
Instance Attribute Details
#next_token ⇒ String
An opaque pagination token returned from previous ‘ListLexicons` operation. If present, indicates where to continue the list of lexicons.
419 420 421 422 423 |
# File 'lib/aws-sdk-polly/types.rb', line 419 class ListLexiconsInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |