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