AWSPollyListLexiconsInput
Objective-C
@interface AWSPollyListLexiconsInput
Swift
class AWSPollyListLexiconsInput
-
An opaque pagination token returned from previous
ListLexicons
operation. 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 }