Class: Aws::DatabaseMigrationService::Types::DeleteReplicationTaskMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteReplicationTaskMessage
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #replication_task_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the replication task to be deleted. 
Instance Attribute Details
#replication_task_arn ⇒ String
The Amazon Resource Name (ARN) of the replication task to be deleted.
| 2725 2726 2727 2728 2729 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2725 class DeleteReplicationTaskMessage < Struct.new( :replication_task_arn) SENSITIVE = [] include Aws::Structure end |