AWSComprehendListFlywheelIterationHistoryResponse
Objective-C
@interface AWSComprehendListFlywheelIterationHistoryResponse
Swift
class AWSComprehendListFlywheelIterationHistoryResponse
-
List of flywheel iteration properties
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSComprehendFlywheelIterationProperties *> *_Nullable flywheelIterationPropertiesList;Swift
var flywheelIterationPropertiesList: [AWSComprehendFlywheelIterationProperties]? { get set } -
Next token
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set }
View on GitHub
Install in Dash
AWSComprehendListFlywheelIterationHistoryResponse Class Reference