OPENAPI / COMPONENTS / SCHEMAS
ListQueuesRequest
ListQueuesRequest<p></p>
object3properties
QueueNamePrefixstring<p>A string to use for filtering the list results. Only those queues whose name begins with the specified string are returned.</p> <p>Queue URLs and names are case-sensitive.</p>
NextTokenstring<p>Pagination token to request the next set of results.</p>
MaxResultsstring<p>Maximum number of results to include in the response. Value range is 1 to 1000. You must set <code>MaxResults</code> to receive a value for <code>NextToken</code> in the response.</p>