AWSSQSListMessageMoveTasksRequest

Objective-C

@interface AWSSQSListMessageMoveTasksRequest

Swift

class AWSSQSListMessageMoveTasksRequest
  • The maximum number of results to include in the response. The default is 1, which provides the most recent message movement task. The upper limit is 10.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxResults;

    Swift

    var maxResults: NSNumber? { get set }
  • The ARN of the queue whose message movement tasks are to be listed.

    Declaration

    Objective-C

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

    Swift

    var sourceArn: String? { get set }