list_queues¶
Operation¶
list_queues
async
¶
list_queues(input: ListQueuesInput, plugins: list[Plugin] | None = None) -> ListQueuesOutput
Returns a list of your queues in the current region. The response
includes a maximum of 1,000 results. If you specify a value for the
optional QueueNamePrefix parameter, only queues with a name that
begins with the specified value are returned.
The listQueues methods supports pagination. Set parameter MaxResults
in the request to specify the maximum number of results to be returned
in the response. If you do not set MaxResults, the response includes a
maximum of 1,000 results. If you set MaxResults and there are
additional results to display, the response includes a value for
NextToken. Use NextToken as a parameter in your next request to
listQueues to receive the next page of results.
Note
Cross-account permissions don't apply to this action. For more information, see Grant cross-account permissions to a role and a username in the Amazon SQS Developer Guide.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
ListQueuesInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
ListQueuesOutput
|
An instance of |
Input¶
ListQueuesInput
dataclass
¶
Attributes¶
max_results
class-attribute
instance-attribute
¶
max_results: int | None = None
Maximum number of results to include in the response. Value range is 1
to 1000. You must set MaxResults to receive a value for NextToken in
the response.