Values.PolicyStoreItemSourceContains information about a policy store. This data type is used as a response parameter for the ListPolicyStores operation.
type nonrec t = {policyStoreId : PolicyStoreId.t option;The unique identifier of the policy store.
*)arn : ResourceArn.t option;The Amazon Resource Name (ARN) of the policy store.
*)createdDate : TimestampFormat.t option;The date and time the policy was created.
*)lastUpdatedDate : TimestampFormat.t option;The date and time the policy store was most recently updated.
*)description : PolicyStoreDescription.t option;Descriptive text that you can provide to help with identification of the current policy store.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of PolicyStoreId.t | `Timestamp of TimestampFormat.t ])
list ]