omics_list_annotation_store_versions {paws.storage} | R 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. |
[Package paws.storage version 0.9.0 Index]