AWSRekognitionProjectPolicy

Objective-C

@interface AWSRekognitionProjectPolicy

Swift

class AWSRekognitionProjectPolicy

Describes a project policy in the response from ListProjectPolicies.

  • The Unix datetime for the creation of the project policy.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable creationTimestamp;

    Swift

    var creationTimestamp: Date? { get set }
  • The Unix datetime for when the project policy was last updated.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable lastUpdatedTimestamp;

    Swift

    var lastUpdatedTimestamp: Date? { get set }
  • The JSON document for the project policy.

    Declaration

    Objective-C

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

    Swift

    var policyDocument: String? { get set }
  • The name of the project policy.

    Declaration

    Objective-C

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

    Swift

    var policyName: String? { get set }
  • The revision ID of the project policy.

    Declaration

    Objective-C

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

    Swift

    var policyRevisionId: String? { get set }
  • The Amazon Resource Name (ARN) of the project to which the project policy is attached.

    Declaration

    Objective-C

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

    Swift

    var projectArn: String? { get set }