Learn R Programming

paws.security.identity (version 0.1.8)

ram_get_resource_share_invitations: Gets the invitations for resource sharing that you've received

Description

Gets the invitations for resource sharing that you\'ve received.

Usage

ram_get_resource_share_invitations(resourceShareInvitationArns,
  resourceShareArns, nextToken, maxResults)

Arguments

resourceShareInvitationArns

The Amazon Resource Names (ARN) of the invitations.

resourceShareArns

The Amazon Resource Names (ARN) of the resource shares.

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$get_resource_share_invitations(
  resourceShareInvitationArns = list(
    "string"
  ),
  resourceShareArns = list(
    "string"
  ),
  nextToken = "string",
  maxResults = 123
)