Class: Aws::RDS::Types::ExportTasksMessage
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::ExportTasksMessage
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #export_tasks  ⇒ Array<Types::ExportTask> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about an export of a snapshot or cluster to Amazon S3.
 - 
  
    
      #marker  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A pagination token that can be used in a later ‘DescribeExportTasks` request.
 
Instance Attribute Details
#export_tasks ⇒ Array<Types::ExportTask>
Information about an export of a snapshot or cluster to Amazon S3.
      16008 16009 16010 16011 16012 16013  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16008 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end  | 
  
#marker ⇒ String
A pagination token that can be used in a later ‘DescribeExportTasks` request. A marker is used for pagination to identify the location to begin output for the next response of `DescribeExportTasks`.
      16008 16009 16010 16011 16012 16013  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 16008 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end  |