Values.ProjectPolicySourceDescribes a project policy in the response from ListProjectPolicies.
type nonrec t = {projectArn : ProjectArn.t option;The Amazon Resource Name (ARN) of the project to which the project policy is attached.
*)policyName : ProjectPolicyName.t option;The name of the project policy.
*)policyRevisionId : ProjectPolicyRevisionId.t option;The revision ID of the project policy.
*)policyDocument : ProjectPolicyDocument.t option;The JSON document for the project policy.
*)creationTimestamp : DateTime.t option;The Unix datetime for the creation of the project policy.
*)lastUpdatedTimestamp : DateTime.t option;The Unix datetime for when the project policy was last updated.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ProjectArn.t | `Timestamp of DateTime.t ]) list ]