Class: Aws::CloudWatchLogs::Types::CreateExportTaskResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::CreateExportTaskResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #task_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the export task.
 
Instance Attribute Details
#task_id ⇒ String
The ID of the export task.
      620 621 622 623 624  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 620 class CreateExportTaskResponse < Struct.new( :task_id) SENSITIVE = [] include Aws::Structure end  |