Class: Aws::DatabaseMigrationService::Types::MoveReplicationTaskMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::MoveReplicationTaskMessage
- 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 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.
8539 8540 8541 8542 8543 8544 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8539 class MoveReplicationTaskMessage < Struct.new( :replication_task_arn, :target_replication_instance_arn) SENSITIVE = [] include Aws::Structure end |
#target_replication_instance_arn ⇒ String
The ARN of the replication instance where you want to move the task to.
8539 8540 8541 8542 8543 8544 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 8539 class MoveReplicationTaskMessage < Struct.new( :replication_task_arn, :target_replication_instance_arn) SENSITIVE = [] include Aws::Structure end |