Class ListLexiconsRequest
Container for the parameters to the ListLexicons operation. Returns a list of pronunciation lexicons stored in an AWS Region. For more information, see Managing Lexicons.
public class ListLexiconsRequest : AmazonPollyRequest
- Inheritance
-
ListLexiconsRequest
Constructors
ListLexiconsRequest()
public ListLexiconsRequest()
Properties
NextToken
Gets and sets the property NextToken.
An opaque pagination token returned from previous
ListLexicons
operation.
If present, indicates where to continue the list of lexicons.
public string NextToken { get; set; }