AWSRekognitionDeleteProjectVersionRequest
Objective-C
@interface AWSRekognitionDeleteProjectVersionRequest
Swift
class AWSRekognitionDeleteProjectVersionRequest
-
The Amazon Resource Name (ARN) of the project version that you want to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable projectVersionArn;
Swift
var projectVersionArn: String? { get set }