AWSLogsDescribeExportTasksRequest
Objective-C
@interface AWSLogsDescribeExportTasksRequest
Swift
class AWSLogsDescribeExportTasksRequest
-
The maximum number of items returned. If you don’t specify a value, the default is up to 50 items.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable limit;
Swift
var limit: NSNumber? { get set }
-
The token for the next set of items to return. (You received this token from a previous call.)
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable nextToken;
Swift
var nextToken: String? { get set }
-
The status code of the export task. Specifying a status code filters the results to zero or more export tasks.
Declaration
Objective-C
@property (nonatomic) AWSLogsExportTaskStatusCode statusCode;
Swift
var statusCode: AWSLogsExportTaskStatusCode { get set }
-
The ID of the export task. Specifying a task ID filters the results to one or zero export tasks.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable taskId;
Swift
var taskId: String? { get set }