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:StopProjectVersion action.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable projectVersionArn;

    Swift

    var projectVersionArn: String? { get set }