Class: Aws::DatabaseMigrationService::Types::StopReplicationTaskMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StopReplicationTaskMessage
- 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 stopped.
Instance Attribute Details
#replication_task_arn ⇒ String
The Amazon Resource Name(ARN) of the replication task to be stopped.
13473 13474 13475 13476 13477 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13473 class StopReplicationTaskMessage < Struct.new( :replication_task_arn) SENSITIVE = [] include Aws::Structure end |