AWSRekognitionDeleteProjectPolicyRequest
Objective-C
@interface AWSRekognitionDeleteProjectPolicyRequest
Swift
class AWSRekognitionDeleteProjectPolicyRequest
-
The name of the policy that you want to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyName;Swift
var policyName: String? { get set } -
The ID of the project policy revision that you want to delete.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable policyRevisionId;Swift
var policyRevisionId: String? { get set } -
The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable projectArn;Swift
var projectArn: String? { get set }
View on GitHub
Install in Dash
AWSRekognitionDeleteProjectPolicyRequest Class Reference