class Aws::CloudWatchLogs::Types::DescribeExportTasksRequest

@note When making an API call, you may pass DescribeExportTasksRequest

data as a hash:

    {
      task_id: "ExportTaskId",
      status_code: "CANCELLED", # accepts CANCELLED, COMPLETED, FAILED, PENDING, PENDING_CANCEL, RUNNING
      next_token: "NextToken",
      limit: 1,
    }

@!attribute [rw] task_id

The ID of the export task. Specifying a task ID filters the results
to zero or one export tasks.
@return [String]

@!attribute [rw] status_code

The status code of the export task. Specifying a status code filters
the results to zero or more export tasks.
@return [String]

@!attribute [rw] next_token

The token for the next set of items to return. (You received this
token from a previous call.)
@return [String]

@!attribute [rw] limit

The maximum number of items returned. If you don't specify a value,
the default is up to 50 items.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/logs-2014-03-28/DescribeExportTasksRequest AWS API Documentation

Constants

SENSITIVE