Class: Aws::CloudWatchLogs::Types::ExportTask

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

Overview

Represents an export task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

The name of the S3 bucket to which the log data was exported.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#destination_prefixString

The prefix that was used as the start of Amazon S3 key for every object exported.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#execution_infoTypes::ExportTaskExecutionInfo

Execution information about the export task.



2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#fromInteger

The start time, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`. Events with a timestamp before this time are not exported.

Returns:

  • (Integer)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#log_group_nameString

The name of the log group from which logs data was exported.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#statusTypes::ExportTaskStatus

The status of the export task.



2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The ID of the export task.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#task_nameString

The name of the export task.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end

#toInteger

The end time, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`. Events with a timestamp later than this time are not exported.

Returns:

  • (Integer)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2212

class ExportTask < Struct.new(
  :task_id,
  :task_name,
  :log_group_name,
  :from,
  :to,
  :destination,
  :destination_prefix,
  :status,
  :execution_info)
  SENSITIVE = []
  include Aws::Structure
end