You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SQS::Types::ListQueuesResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list of your queues.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)

    Pagination token to include in the next request.

#queue_urlsArray<String>

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

Returns:

  • (Array<String>)

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