You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DatabaseMigrationService::Types::MoveReplicationTaskMessage
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::DatabaseMigrationService::Types::MoveReplicationTaskMessage
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing MoveReplicationTaskMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
  replication_task_arn: "String", # required
  target_replication_instance_arn: "String", # required
}
Instance Attribute Summary collapse
- 
  
    
      #replication_task_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the task that you want to move. 
- 
  
    
      #target_replication_instance_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the replication instance where you want to move the task to. 
Instance Attribute Details
#replication_task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that you want to move.
#target_replication_instance_arn ⇒ String
The ARN of the replication instance where you want to move the task to.