omics_list_annotation_store_versions: Lists the versions of an annotation store

View source: R/omics_operations.R

omics_list_annotation_store_versionsR Documentation

Lists the versions of an annotation store

Description

Lists the versions of an annotation store.

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

Usage

omics_list_annotation_store_versions(
  name,
  maxResults = NULL,
  nextToken = NULL,
  filter = NULL
)

Arguments

name

[required] The name of an annotation store.

maxResults

The maximum number of annotation store versions to return in one page of results.

nextToken

Specifies the pagination token from a previous request to retrieve the next page of results.

filter

A filter to apply to the list of annotation store versions.


paws.storage documentation built on May 29, 2024, 2:03 a.m.