Class: Aws::CloudWatchLogs::Types::DescribeExportTasksResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::DescribeExportTasksResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #export_tasks  ⇒ Array<Types::ExportTask> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The export tasks.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token for the next set of items to return.
 
Instance Attribute Details
#export_tasks ⇒ Array<Types::ExportTask>
The export tasks.
      1611 1612 1613 1614 1615 1616  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1611 class DescribeExportTasksResponse < Struct.new( :export_tasks, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token for the next set of items to return. The token expires after 24 hours.
      1611 1612 1613 1614 1615 1616  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 1611 class DescribeExportTasksResponse < Struct.new( :export_tasks, :next_token) SENSITIVE = [] include Aws::Structure end  |