class Aws::SQS::Types::ListQueuesRequest

@note When making an API call, you may pass ListQueuesRequest

data as a hash:

    {
      queue_name_prefix: "String",
      next_token: "Token",
      max_results: 1,
    }

@!attribute [rw] queue_name_prefix

A string to use for filtering the list results. Only those queues
whose name begins with the specified string are returned.

Queue URLs and names are case-sensitive.
@return [String]

@!attribute [rw] next_token

Pagination token to request the next set of results.
@return [String]

@!attribute [rw] max_results

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/sqs-2012-11-05/ListQueuesRequest AWS API Documentation

Constants

SENSITIVE