ListQueuesResult

public struct ListQueuesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let nextToken: String?
  • A list of queue URLs, up to 1,000 entries, or the value of MaxResults that you sent in the request.

    Declaration

    Swift

    public let queueUrls: [String]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, queueUrls: [String]? = nil)