AWSRekognitionListProjectPoliciesResponse

Objective-C

@interface AWSRekognitionListProjectPoliciesResponse

Swift

class AWSRekognitionListProjectPoliciesResponse
  • If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of project policies.

    Declaration

    Objective-C

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

    Swift

    var nextToken: String? { get set }
  • A list of project policies attached to the project.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSArray<AWSRekognitionProjectPolicy *> *_Nullable projectPolicies;

    Swift

    var projectPolicies: [AWSRekognitionProjectPolicy]? { get set }