paws.security.identity (version 0.1.0)

ram_get_resource_share_invitations: Gets the specified invitations for resource sharing

Description

Gets the specified invitations for resource sharing.

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
)