Learn R Programming

paws.security.identity (version 0.1.8)

ram_get_resource_shares: Gets the resource shares that you own or the resource shares that are shared with you

Description

Gets the resource shares that you own or the resource shares that are shared with you.

Usage

ram_get_resource_shares(resourceShareArns, resourceShareStatus,
  resourceOwner, name, tagFilters, nextToken, maxResults)

Arguments

resourceShareArns

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

resourceShareStatus

The status of the resource share.

resourceOwner

[required] The type of owner.

name

The name of the resource share.

tagFilters

One or more tag filters.

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_shares(
  resourceShareArns = list(
    "string"
  ),
  resourceShareStatus = "PENDING"|"ACTIVE"|"FAILED"|"DELETING"|"DELETED",
  resourceOwner = "SELF"|"OTHER-ACCOUNTS",
  name = "string",
  tagFilters = list(
    list(
      tagKey = "string",
      tagValues = list(
        "string"
      )
    )
  ),
  nextToken = "string",
  maxResults = 123
)