Values_2.GetResourcePoliciesRequestSourceRetrieves the resource policies set on individual resources by Resource Access Manager during cross-account permission grants. Also retrieves the Data Catalog resource policy. If you enabled metadata encryption in Data Catalog settings, and you do not have permission on the KMS key, the operation can't return the Data Catalog resource policy.
type nonrec t = {nextToken : Values_1.Token.t option;A continuation token, if this is a continuation request.
*)maxResults : Values_1.PageSize.t option;The maximum size of a list to return.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Values_1.PageSize.t | `String of Values_1.Token.t ])
list ]