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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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.



1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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.



1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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)


1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1944

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