Class: Aws::RDS::Types::CancelExportTaskMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RDS::Types::CancelExportTaskMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rds/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #export_task_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier of the snapshot or cluster export task to cancel. 
Instance Attribute Details
#export_task_identifier ⇒ String
The identifier of the snapshot or cluster export task to cancel.
| 699 700 701 702 703 | # File 'lib/aws-sdk-rds/types.rb', line 699 class CancelExportTaskMessage < Struct.new( :export_task_identifier) SENSITIVE = [] include Aws::Structure end |