Values.DescribeResourcePoliciesRequestSourceLists the resource policies in this account.
type nonrec t = {nextToken : NextToken.t option;limit : DescribeLimit.t option;The maximum number of resource policies to be displayed with one call of this API.
*)resourceArn : Arn.t option;The ARN of the CloudWatch Logs resource for which to query the resource policy.
*)policyScope : PolicyScope.t option;Specifies the scope of the resource policy. Valid values are ACCOUNT or RESOURCE. When not specified, defaults to ACCOUNT.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DescribeLimit.t
| `String of NextToken.t ])
list ]