View source: R/ram_operations.R
ram_list_resource_share_permissions | R Documentation |
Lists the RAM permissions that are associated with a resource share.
See https://www.paws-r-sdk.com/docs/ram_list_resource_share_permissions/ for full documentation.
ram_list_resource_share_permissions(
resourceShareArn,
nextToken = NULL,
maxResults = NULL
)
resourceShareArn |
[required] Specifies the Amazon Resource Name (ARN) of the resource share for which you want to retrieve the associated permissions. |
nextToken |
Specifies that you want to receive the next page of results. Valid only
if you received a |
maxResults |
Specifies the total number of results that you want included on each
page of the response. If you do not include this parameter, it defaults
to a value that is specific to the operation. If additional items exist
beyond the number you specify, the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.