Class: Aws::CloudWatchLogs::Types::ExportTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ExportTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents an export task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ String
The name of the S3 bucket to which the log data was exported.
-
#destination_prefix ⇒ String
The prefix that was used as the start of Amazon S3 key for every object exported.
-
#execution_info ⇒ Types::ExportTaskExecutionInfo
Execution information about the export task.
-
#from ⇒ Integer
The start time, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
-
#log_group_name ⇒ String
The name of the log group from which logs data was exported.
-
#status ⇒ Types::ExportTaskStatus
The status of the export task.
-
#task_id ⇒ String
The ID of the export task.
-
#task_name ⇒ String
The name of the export task.
-
#to ⇒ Integer
The end time, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
Instance Attribute Details
#destination ⇒ String
The name of the S3 bucket to which the log data was exported.
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_prefix ⇒ String
The prefix that was used as the start of Amazon S3 key for every object exported.
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_info ⇒ Types::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 |
#from ⇒ Integer
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.
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_name ⇒ String
The name of the log group from which logs data was exported.
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 |
#status ⇒ Types::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_id ⇒ String
The ID 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_name ⇒ String
The name 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 |
#to ⇒ Integer
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.
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 |