AWSPollyListLexiconsInput
Objective-C
@interface AWSPollyListLexiconsInput
Swift
class AWSPollyListLexiconsInput
-
An opaque pagination token returned from previous
ListLexiconsoperation. If present, indicates where to continue the list of lexicons.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSPollyListLexiconsInput Class Reference