Lists the AWS RAM permissions.
ram_list_permissions(resourceType, nextToken, maxResults)
Specifies the resource type for which to list permissions. For example,
to list only permissions that apply to EC2 subnets, specify
ec2:Subnet
.
The token for the next page of results.
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned nextToken
value.
svc$list_permissions( resourceType = "string", nextToken = "string", maxResults = 123 )