AWSRekognitionStopProjectVersionRequest
Objective-C
@interface AWSRekognitionStopProjectVersionRequest
Swift
class AWSRekognitionStopProjectVersionRequest
-
The Amazon Resource Name (ARN) of the model version that you want to stop.
This operation requires permissions to perform the
rekognition:StopProjectVersionaction.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable projectVersionArn;Swift
var projectVersionArn: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionStopProjectVersionRequest Class Reference