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.
| 15685 15686 15687 15688 15689 15690 | # File 'lib/aws-sdk-rds/types.rb', line 15685 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`.
| 15685 15686 15687 15688 15689 15690 | # File 'lib/aws-sdk-rds/types.rb', line 15685 class ExportTasksMessage < Struct.new( :marker, :export_tasks) SENSITIVE = [] include Aws::Structure end |