Class: Aws::CloudWatchLogs::Types::ExportTaskExecutionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ExportTaskExecutionInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchlogs/types.rb
Overview
Represents the status of an export task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_time ⇒ Integer
The completion time of the export task, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
-
#creation_time ⇒ Integer
The creation time of the export task, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
Instance Attribute Details
#completion_time ⇒ Integer
The completion time of the export task, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2611 class ExportTaskExecutionInfo < Struct.new( :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Integer
The creation time of the export task, expressed as the number of milliseconds after ‘Jan 1, 1970 00:00:00 UTC`.
2611 2612 2613 2614 2615 2616 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2611 class ExportTaskExecutionInfo < Struct.new( :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |