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