@aws-sdk/client-sqs

ListQueuesCommandOutput Interface

The output of ListQueuesCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
NextToken string | undefined

Pagination token to include in the next request. Token value is null if there are no additional results to request, or if you did not set MaxResults in the request.

QueueUrls string[] | undefined

A list of queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in the request.

Full Signature

export interface ListQueuesCommandOutput extends ListQueuesResult, MetadataBearer