You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchLogs::Types::DescribeExportTasksRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeExportTasksRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

The maximum number of items returned. If you don\'t specify a value, the default is up to 50 items.

Returns:

  • (Integer)

    The maximum number of items returned.

#next_tokenString

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

Returns:

  • (String)

    The token for the next set of items to return.

#status_codeString

The status code of the export task. Specifying a status code filters the results to zero or more export tasks.

Possible values:

  • CANCELLED
  • COMPLETED
  • FAILED
  • PENDING
  • PENDING_CANCEL
  • RUNNING

Returns:

  • (String)

    The status code of the export task.

#task_idString

The ID of the export task. Specifying a task ID filters the results to zero or one export tasks.

Returns:

  • (String)

    The ID of the export task.