- Navigation Guide
@aws-sdk/client-sqs
ListQueuesCommandOutput Interface
The output of ListQueuesCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken | string | undefined | Pagination token to include in the next request. Token value is |
QueueUrls | string[] | undefined | A list of queue URLs, up to 1,000 entries, or the value of |
Full Signature
export interface ListQueuesCommandOutput extends ListQueuesResult, MetadataBearer