AWSSQSListDeadLetterSourceQueuesRequest

Objective-C

@interface AWSSQSListDeadLetterSourceQueuesRequest

Swift

class AWSSQSListDeadLetterSourceQueuesRequest

Required parameters: [QueueUrl]

  • 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

    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 }
  • The URL of a dead-letter queue.

    Queue URLs and names are case-sensitive.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable queueUrl;

    Swift

    var queueUrl: String? { get set }