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`.
2240 2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2240 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`.
2240 2241 2242 2243 2244 2245 |
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 2240 class ExportTaskExecutionInfo < Struct.new( :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |