Lists the AWS RAM permissions that are associated with a resource share.
ram_list_resource_share_permissions(resourceShareArn, nextToken,
maxResults)
[required] The Amazon Resource Name (ARN) of the resource share.
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_resource_share_permissions( resourceShareArn = "string", nextToken = "string", maxResults = 123 )