AWSRekognitionCreateProjectResponse

Objective-C

@interface AWSRekognitionCreateProjectResponse

Swift

class AWSRekognitionCreateProjectResponse
  • The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.

    Declaration

    Objective-C

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

    Swift

    var projectArn: String? { get set }