Class: Aws::CloudWatchLogs::Types::ExportTaskExecutionInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchLogs::Types::ExportTaskExecutionInfo
- Defined in:
- gems/aws-sdk-cloudwatchlogs/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
.
2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2657 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
.
2657 2658 2659 2660 2661 2662 |
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 2657 class ExportTaskExecutionInfo < Struct.new( :creation_time, :completion_time) SENSITIVE = [] include Aws::Structure end |