ListQueuesRequest
public struct ListQueuesRequest : AWSShape
extension SQS.ListQueuesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let maxResults: Int?
-
Pagination token to request the next set of results.
Declaration
Swift
public let nextToken: String?
-
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.
Declaration
Swift
public let queueNamePrefix: String?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, queueNamePrefix: String? = nil)
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SQS.ListQueuesRequest