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

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

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

Overview

Represents an export task.

Instance Attribute Summary collapse

Instance Attribute Details

#destinationString

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

Returns:

  • (String)

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

#destination_prefixString

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

Returns:

  • (String)

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

#execution_infoTypes::ExportTaskExecutionInfo

Execution information about the export task.

Returns:

#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)

    The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

#log_group_nameString

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

Returns:

  • (String)

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

#statusTypes::ExportTaskStatus

The status of the export task.

Returns:

#task_idString

The ID of the export task.

Returns:

  • (String)

    The ID of the export task.

#task_nameString

The name of the export task.

Returns:

  • (String)

    The name of the export task.

#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)

    The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.