Values.GetResourcePoliciesInputSourceRetrieves the resource policies attached to the specified response plan.
type nonrec t = {maxResults : MaxResults.t option;The maximum number of resource policies to display for each page of results.
*)nextToken : NextToken.t option;The pagination token for the next set of items to return. (You received this token from a previous call.)
*)resourceArn : Arn.t;The Amazon Resource Name (ARN) of the response plan with the attached resource policy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of NextToken.t ]) list ]