Learn R Programming

paws.storage (version 0.5.0)

omics_list_shares: Lists all shares associated with an account

Description

Lists all shares associated with an account.

See https://www.paws-r-sdk.com/docs/omics_list_shares/ for full documentation.

Usage

omics_list_shares(
  resourceOwner,
  filter = NULL,
  nextToken = NULL,
  maxResults = NULL
)

Arguments

resourceOwner

[required] The account that owns the analytics store shared.

filter

Attributes used to filter for a specific subset of shares.

nextToken

Next token returned in the response of a previous ListReadSetUploadPartsRequest call. Used to get the next page of results.

maxResults

The maximum number of shares to return in one page of results.