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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


1347
1348
1349
1350
1351
1352
1353
1354
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1347

class DescribeExportTasksRequest < Struct.new(
  :task_id,
  :status_code,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1347

class DescribeExportTasksRequest < Struct.new(
  :task_id,
  :status_code,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#status_codeString

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

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1347

class DescribeExportTasksRequest < Struct.new(
  :task_id,
  :status_code,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

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

Returns:

  • (String)


1347
1348
1349
1350
1351
1352
1353
1354
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1347

class DescribeExportTasksRequest < Struct.new(
  :task_id,
  :status_code,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end