Values_1.GetResourcePoliciesRequestSourceReturns an array of the Policy object.
type nonrec t = {resourceArn : Values_0.ResourceArnString.t;Amazon Resource Name (ARN) of the resource to which the policies are attached.
*)nextToken : Values_0.String_.t option;A token to start the list. Use this token to get the next set of results.
*)maxResults : ResourcePolicyMaxResults.t option;The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
resourceArn:Values_0.ResourceArnString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Integer of ResourcePolicyMaxResults.t
| `String of Values_0.ResourceArnString.t ])
list ]