interface ListProjectPoliciesResponse {
    NextToken?: string;
    ProjectPolicies?: ProjectPolicy[];
}

Hierarchy (view full)

Properties

NextToken?: string

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.

ProjectPolicies?: ProjectPolicy[]

A list of project policies attached to the project.