Gets the invitations for resource sharing that you\'ve received.
ram_get_resource_share_invitations(resourceShareInvitationArns,
resourceShareArns, nextToken, maxResults)
The Amazon Resource Names (ARN) of the invitations.
The Amazon Resource Names (ARN) of the resource shares.
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$get_resource_share_invitations( resourceShareInvitationArns = list( "string" ), resourceShareArns = list( "string" ), nextToken = "string", maxResults = 123 )