Class: Aws::CloudWatchLogs::Types::DescribeExportTasksResponse

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

#export_tasksArray<Types::ExportTask>

The export tasks.

Returns:



1367
1368
1369
1370
1371
1372
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1367

class DescribeExportTasksResponse < Struct.new(
  :export_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. The token expires after 24 hours.

Returns:

  • (String)


1367
1368
1369
1370
1371
1372
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1367

class DescribeExportTasksResponse < Struct.new(
  :export_tasks,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end