AWSSQSListQueuesRequest
Objective-C
@interface AWSSQSListQueuesRequest
Swift
class AWSSQSListQueuesRequest
-
Maximum number of results to include in the response. Value range is 1 to 1000. You must set
MaxResultsto receive a value forNextTokenin the response.Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable maxResults;Swift
var maxResults: NSNumber? { get set } -
Pagination token to request the next set of results.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;Swift
var nextToken: String? { get set } -
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
Objective-C
@property (nonatomic, strong) NSString *_Nullable queueNamePrefix;Swift
var queueNamePrefix: String? { get set }
View on GitHub
Install in Dash
AWSSQSListQueuesRequest Class Reference