- Navigation Guide
@aws-sdk/client-omics
ListReferenceStoresCommandOutput Interface
The output of ListReferenceStoresCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
referenceStores Required | ReferenceStoreDetail[] | undefined | A list of reference stores. |
nextToken | string | undefined | A pagination token that's included if more results are available. |
Full Signature
export interface ListReferenceStoresCommandOutput extends ListReferenceStoresResponse, MetadataBearer