Learn R Programming

paws.security.identity (version 0.1.8)

ram_list_resource_share_permissions: Lists the AWS RAM permissions that are associated with a resource share

Description

Lists the AWS RAM permissions that are associated with a resource share.

Usage

ram_list_resource_share_permissions(resourceShareArn, nextToken,
  maxResults)

Arguments

resourceShareArn

[required] The Amazon Resource Name (ARN) of the resource share.

nextToken

The token for the next page of results.

maxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Request syntax

svc$list_resource_share_permissions(
  resourceShareArn = "string",
  nextToken = "string",
  maxResults = 123
)