AWSPollyListLexiconsOutput
Objective-C
@interface AWSPollyListLexiconsOutput
Swift
class AWSPollyListLexiconsOutput
-
A list of lexicon names and attributes.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSPollyLexiconDescription *> *_Nullable lexicons;Swift
var lexicons: [AWSPollyLexiconDescription]? { get set } -
The pagination token to use in the next request to continue the listing of lexicons.
NextTokenis returned only if the response is truncated.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSPollyListLexiconsOutput Class Reference