Lists the versions of an annotation store
Source:R/omics_operations.R
omics_list_annotation_store_versions.RdLists 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.