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.
2695 2696 2697 2698 2699 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2695 class DeleteReplicationTaskMessage < Struct.new( :replication_task_arn) SENSITIVE = [] include Aws::Structure end |